Cargo Features
[dependencies]
serialization = { version = "0.2.12", default-features = false, features = ["std", "uuid", "arrayvec", "fastvarint", "nonmax", "fast_binary_format"] }
- default = arrayvec, fastvarint, nonmax, std, uuid
-
These default features are set whenever
serialization
is added without
somewhere in the dependency tree.default-features = false - std default
- uuid default
-
Enables uuid, uuid of serialization_derive
- arrayvec default
-
Enables arrayvec, arrayvec of serialization_derive
- fastvarint default
-
Enables fastvarint, fastvarint of serialization_derive
- nonmax default
-
Enables nonmax
- fast_binary_format
-
Enables fast_binary_format of serialization_derive
Affects
serialization::binary_format
…