postcard-core 0.1.0

A no_std compatible message library for Rust
Documentation
  • Coverage
  • 97.59%
    81 out of 83 items documented0 out of 72 items with examples
  • Size
  • Source code size: 38.9 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 3.65 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 12s Average build duration of successful builds.
  • all releases: 12s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • jamesmunns/postcard
    1422 134 49
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • jamesmunns

Postcard Core

postcard-core contains the minimal logic necessary for encoding data to and decoding data from the postcard wire format. It is not coupled to any specific serialization or deserialization framework, and is intended to be usable when writing a custom postcard serializer or deserializer.

For an example of usage of this crate, see the postcard2 crate, which uses postcard-core to implement a serde compatible serializer/deserializer.