Cargo Features
[dependencies]
lean_string = { version = "0.5.1", default-features = false, features = ["std", "serde", "loom", "arbitrary"] }
-
default
=
std
-
The std feature is set by default
whenever lean_string is added without default-features = false somewhere in the dependency tree.
-
std
default
-
Features from optional dependencies
-
serde
implicit feature
-
Enables
serde
serde: A generic serialization/deserialization framework
-
loom
loom
implicit feature
-
Enables
loom
loom: Permutation testing for concurrent code
-
arbitrary
implicit feature
-
Enables
arbitrary
arbitrary: The trait for generating structured data from unstructured data