Cargo Features

[dependencies]
widestring = { version = "1.1.0", default-features = false, features = ["std", "alloc", "debugger_visualizer"] }
default = std

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

std default = alloc
alloc debugger_visualizer? std

Affects widestring::ucstring, widestring::ustring, widestring::utfstring

debugger_visualizer = alloc

Enable to use the #[debugger_visualizer] attribute. Requires Rust 1.71+