Cargo Features
nonempty-containers has no features set by default.
[dependencies]
nonempty-containers = { version = "0.2.3", features = ["arbitrary", "im"] }
-
arbitrary
-
Allows arbitrary generation of non-empty containers.
Enables
arbitrary
Language: Arbitrary data structure generation. Tied to the arbitrary
feature.
-
im
-
Enables
im
Language: Immutable data structures. Tied to the im
feature.