Cargo Features
[dependencies]
packetize = { version = "0.101.0", default-features = false, features = ["std", "serialization"] }
- default = std
-
The
std
feature is set by default wheneverpacketize
is added without
somewhere in the dependency tree.default-features = false - std default
-
Enables std of packetize_derive
- serialization
-
Enables serialization of packetize_derive
packetize has 3 features without comments.