bincode 2.0.0-beta.2

A binary serialization / deserialization strategy for transforming structs into bytes and vice versa!
Documentation

bincode

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 10 feature flags, 6 of them enabled by default.

default

  • std
  • derive
  • atomic

std

  • alloc

derive

  • bincode_derive

atomic

    This feature flag does not enable additional features.

alloc

    This feature flag does not enable additional features.

bincode_derive

    This feature flag does not enable additional features.

serde

  • serde_incl/std
  • std
  • serde_alloc

serde_alloc

  • serde_incl/alloc
  • alloc

serde_no_std

  • serde_incl

serde_incl

    This feature flag does not enable additional features.