Cargo Features
datacake-crdt has no features set by default.
[dependencies]
datacake-crdt = { version = "0.4.1", features = ["rkyv-support"] }
- rkyv-support = rkyv
-
Enables (de)serialization support for all data types.
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.
- rkyv rkyv-support?
-
Enables rkyv ^0.7.42
Affects
orswot::BadState
…