Docs.rs
  • facet-msgpack-0.24.1
    • facet-msgpack 0.24.1
    • Docs.rs crate page
    • MIT OR Apache-2.0
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • fasterthanlime
    • Dependencies
      • facet-core ^0.24.0 normal
      • facet-reflect ^0.24.0 normal
      • facet-serialize ^0.23.2 normal
      • log ^0.4.27 normal
      • eyre ^0.6.12 dev
      • insta ^1.43.1 dev
      • rmp-serde ^1.3 dev
      • serde ^1.0 dev
    • Versions
    • 100% of the crate is documented
  • Go to latest version
  • Platform
    • i686-pc-windows-msvc
    • i686-unknown-linux-gnu
    • x86_64-apple-darwin
    • x86_64-pc-windows-msvc
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Badges
    • Builds
    • Metadata
    • Shorthand URLs
    • Download
    • Rustdoc JSON
    • Build queue
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

facet_msgpack0.24.1

Crate Items

  • Enums
  • Constants
  • Functions

List of all items

Enums

  • DecodeError

Functions

  • from_slice
  • from_slice_value
  • from_str
  • to_vec

Constants

  • MSGPACK_ARRAY16
  • MSGPACK_ARRAY32
  • MSGPACK_BIN16
  • MSGPACK_BIN32
  • MSGPACK_BIN8
  • MSGPACK_EXT16
  • MSGPACK_EXT32
  • MSGPACK_EXT8
  • MSGPACK_FALSE
  • MSGPACK_FIXARRAY_MAX
  • MSGPACK_FIXARRAY_MIN
  • MSGPACK_FIXEXT1
  • MSGPACK_FIXEXT16
  • MSGPACK_FIXEXT2
  • MSGPACK_FIXEXT4
  • MSGPACK_FIXEXT8
  • MSGPACK_FIXMAP_MAX
  • MSGPACK_FIXMAP_MIN
  • MSGPACK_FIXSTR_MAX
  • MSGPACK_FIXSTR_MIN
  • MSGPACK_FLOAT32
  • MSGPACK_FLOAT64
  • MSGPACK_INT16
  • MSGPACK_INT32
  • MSGPACK_INT64
  • MSGPACK_INT8
  • MSGPACK_MAP16
  • MSGPACK_MAP32
  • MSGPACK_NEGFIXINT_MAX
  • MSGPACK_NEGFIXINT_MIN
  • MSGPACK_NIL
  • MSGPACK_POSFIXINT_MAX
  • MSGPACK_POSFIXINT_MIN
  • MSGPACK_STR16
  • MSGPACK_STR32
  • MSGPACK_STR8
  • MSGPACK_TRUE
  • MSGPACK_UINT16
  • MSGPACK_UINT32
  • MSGPACK_UINT64
  • MSGPACK_UINT8