embedded-msgpack 0.2.0

MessagePack serialization implementation for Rust optimized for embedded/no_std environments
Documentation

embedded-msgpack

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

default

  • u64
  • i64
  • timestamp
  • serde
  • serde_bytes
  • ext8

u64

    This feature flag does not enable additional features.

i64

    This feature flag does not enable additional features.

timestamp

  • ext

serde

    This feature flag does not enable additional features.

serde_bytes

    This feature flag does not enable additional features.

ext8

  • ext

ext

    This feature flag does not enable additional features.

compliant

  • i64
  • u64
  • bin32
  • map32
  • array32
  • str32
  • ext
  • fixext
  • ext8
  • ext16
  • ext32
  • timestamp
  • timestamp96

std

  • byteorder/std
  • num-traits/std
  • serde_bytes/std
  • serde/std

alloc

  • serde/alloc
  • serde_bytes/alloc

timestamp96

  • timestamp
  • ext8

fixext

  • ext

ext32

  • ext

array32

  • array16

ext16

  • ext

str32

  • str16

str16

    This feature flag does not enable additional features.

bin32

    This feature flag does not enable additional features.

array16

    This feature flag does not enable additional features.

map32

    This feature flag does not enable additional features.