Cargo Features
CowStr has no features set by default.
[dependencies]
cowstr = { version = "1.3.0", features = ["serde", "nightly", "nightly_int_roundings", "nightly_fmt_internals"] }
- serde
-
Enables serde and serde_test
- nightly = nightly_extend_one, nightly_fmt_internals, nightly_int_roundings
-
enable to use nightly features
- nightly_int_roundings nightly?
-
unstable features from nightly
- nightly_extend_one nightly_fmt_internals nightly?