Cargo Features
[dependencies]
widestring = { version = "1.2.1", default-features = false, features = ["std", "alloc", "debugger_visualizer"] }
- default = std
-
The
stdfeature is set by default wheneverwidestringis added withoutsomewhere 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+