Cargo Features

potential_utf has no features set by default.

[dependencies]
potential_utf = { version = "0.1.0", features = ["alloc", "databake", "serde", "writeable", "zerovec"] }
alloc writeable? zerovec?

Enables alloc of optional serde

serde:

Provide impls for types in the Rust core allocation and collections library including String, Box<T>, Vec<T>, and Cow<T>. This is a subset of std but may be enabled without depending on all of std.

databake

Enables databake

serde

Enables serde

writeable = alloc

Enables writeable

zerovec = alloc

Enables zerovec

potential_utf has 5 features without comments.