Cargo Features
[dependencies]
serde_ccl = { version = "0.1.1", default-features = false, features = ["std"] }
- default = std
-
The
std
feature is set by default wheneverserde_ccl
is added without
somewhere in the dependency tree.default-features = false - std default
-
Enables std of memchr and serde
memchr:
The 'std' feature permits the memchr crate to use the standard library. This permits this crate to use runtime CPU feature detection to automatically accelerate searching via vector instructions. Without the standard library,
this automatic detection is not possible.
serde_ccl has 2 features without comments.