restless-data 0.1.0

Helper types to encode and decode request and response bodies for the restless crate.
Documentation

restless-data

There is very little structured metadata to build this page from currently. You should check the main library docs, readme, or Cargo.toml in case the author documented the features in them.

This version has 6 feature flags, 0 of them enabled by default.

full

  • bytes
  • json
  • postcard
  • bincode
  • yaml

json

  • dep:serde_json
  • dep:serde

bincode

  • dep:bincode
  • dep:serde

bytes

  • dep:bytes
  • restless-core/bytes

yaml

  • dep:serde_yaml
  • dep:serde

postcard

  • dep:postcard
  • dep:serde