Cargo Features
ByteLamination has no features set by default.
[dependencies]
byte_lamination = { version = "0.1.2", features = ["cbor", "all", "bare"] }
- cbor all? = serde, serde_cbor
-
zstd: implicit by optional dep
Affects
serialisation::cbor
… - all = bare, cbor, zstd
- bare all? = serde, serde_bare
-
Affects
serialisation::bare
…
Features from optional dependencies
In crates that don't use the dep:
syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.
- zstd all?
-
Enables zstd ^0.12.3
Affects
compression::zstd
… - serde bare? cbor?
- serde_cbor cbor?
- serde_bare bare?