opt_struct 0.1.5

Optional collections
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "opt_struct"
version = "0.1.5"
edition = "2024"
authors = ["merl <merl.001.mia@gmail.com>"]
license = "MIT"
readme = "README.md"
description = "Optional collections"

repository = "https://github.com/merl-twin/opt-struct"
homepage = "https://github.com/merl-twin/opt-struct"

include = [
    "**/*.rs",
    "Cargo.toml",
]

[dependencies]