Cargo Features
[dependencies]
writeable = { version = "0.6.2", default-features = false, features = ["alloc", "either"] }
- default = alloc
-
The
allocfeature is set by default wheneverwriteableis added withoutsomewhere in the dependency tree.default-features = false - alloc default
-
Affects
writeable::Writeable.write_to_string,try_writeable::TryWriteable.try_write_to_string… - either
-
Enables either