Cargo Features

GermanStr has no features set by default.

[dependencies]
german-str = { version = "0.1.0", features = ["serde", "arbitrary"] }
serde

Enables std of serde

serde:

Provide impls for common standard library types like Vec<T> and HashMap<K, V>.
Requires a dependency on the Rust standard library.

Features from optional dependencies

arbitrary implicit feature

Enables arbitrary

arbitrary:

The trait for generating structured data from unstructured data