Cargo Features
kassandra-shared has no features set by default.
[dependencies]
kassandra-shared = { version = "0.0.1-alpha", features = ["std"] }
- std
-
Enables std of cobs, serde, and serde_cbor
serde:
Provide impls for common standard library types like Vec<T> and HashMap<K, V>.
Requires a dependency on the Rust standard library.Affects
communication::tcp
…