Cargo Features
[dependencies]
purezen = { version = "0.0.2", default-features = false, features = ["std", "alloc"] }
- default = std
-
The
std
feature is set by default wheneverpurezen
is added without
somewhere in the dependency tree.default-features = false - std default = alloc
-
Affects
utils::file_exists
… - alloc std
-
Affects
utils::copy_string
,utils::concat_strings
,utils::tokenize_string
…