Cargo Features
[dependencies]
lean_string = { version = "0.3.0", default-features = false, features = ["std", "last_byte", "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
-
-
last_byte
-
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