Cargo Features
[dependencies]
sval_nested = { version = "2.13.2", default-features = false, features = ["std", "alloc", "no_debug_assertions"] }
- default = alloc
-
The
alloc
feature is set by default wheneversval_nested
is added without
somewhere in the dependency tree.default-features = false - std = alloc
-
Enables std of sval and sval_buffer
- alloc default std?
-
Enables alloc of sval and sval_buffer
- no_debug_assertions
sval_nested has 4 features without comments.