Cargo Features
[dependencies]
encode = { version = "0.2.1", default-features = false, features = ["std", "alloc", "arrayvec", "bytes"] }
- default = std
-
The
std
feature is set by default wheneverencode
is added without
somewhere in the dependency tree.default-features = false - std default = alloc
- alloc std
- arrayvec
-
Enables arrayvec
- bytes
-
Enables bytes
Encode has 5 features without comments.