Cargo Features
[dependencies]
hipstr = { version = "0.6.0", default-features = false, features = ["std", "unstable", "serde", "bstr"] }
- default = std
-
The
std
feature is set by default wheneverhipstr
is added without
somewhere in the dependency tree.default-features = false - std default
-
serde:
Provide impls for common standard library types like Vec<T> and HashMap<K, V>.
Requires a dependency on the Rust standard library.Affects
hipstr::os_string
,hipstr::path
,hipstr::HipOsStr
,hipstr::HipPath
,hipstr::LocalHipOsStr
,hipstr::LocalHipPath
… - unstable
- serde std
-
Enables serde and serde_bytes
Affects
bytes::serde
,path::serde
,string::serde
… - bstr
-
Enables bstr