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

Affects hipstr::os_string, hipstr::path, hipstr::HipOsStr, hipstr::HipPath, hipstr::LocalHipOsStr, hipstr::LocalHipPath

unstable
serde

Enables serde and serde_bytes

Affects bytes::serde, path::serde, string::serde