Cargo Features
restless-data has no features set by default.
[dependencies]
restless-data = { version = "0.1.0", features = ["full", "bytes", "json", "postcard", "bincode", "yaml"] }
- full = bincode, bytes, json, postcard, yaml
- bytes full?
-
Enables bytes, bytes of restless-core
- json full?
-
Enables serde and serde_json
Affects
json::Json
… - postcard full?
-
Affects
postcard::Postcard
… - bincode full?
-
Enables bincode ^1.3.3 and serde
Affects
bincode::Bincode
… - yaml full?
-
Enables serde and serde_yaml
Affects
yaml::Yaml
…