Cargo Features
[dependencies]
smol_str = { version = "0.3.4", default-features = false, features = ["std", "serde", "borsh", "arbitrary"] }
- default = std
-
The
stdfeature is set by default wheneversmol_stris added withoutsomewhere in the dependency tree.default-features = false - std default
-
Enables std of optional borsh and optional serde_core
serde_core:
Provide impls for common standard library types like Vec<T> and HashMap<K, V>.
Requires a dependency on the Rust standard library. - serde
-
Enables serde_core