Cargo Features

[dependencies]
hipstr = { version = "0.4.0", default-features = false, features = ["std", "unstable", "serde"] }
default = std

The std feature is set by default whenever hipstr is added without default-features = false somewhere in the dependency tree.

std default

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.

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