Cargo Features
GermanStr has no features set by default.
[dependencies]
german-str = { version = "0.1.0", features = ["serde", "arbitrary"] }
- serde
-
serde:
Provide impls for common standard library types like Vec<T> and HashMap<K, V>.
Requires a dependency on the Rust standard library.