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 wheneverwidestring
is added without
somewhere in the dependency tree.default-features = false - 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+