postcard-core

Crates.iopostcard-core
lib.rspostcard-core
version0.1.0
created_at2025-12-28 14:32:55.88185+00
updated_at2025-12-28 14:32:55.88185+00
descriptionA no_std compatible message library for Rust
homepage
repositoryhttps://github.com/jamesmunns/postcard
max_upload_size
id2008884
size39,397
James Munns (jamesmunns)

documentation

https://docs.rs/postcard-core/

README

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.

Commit count: 363

cargo fmt