pamoja-codec-0.1.2 has been yanked.
Pluggable serialization for pamoja payloads.
Concrete wire formats - CBOR for constrained devices, Protocol Buffers, JSON,
or raw framing - implement the [Codec] trait. This crate defines the trait;
the format implementations are provided by the capability crates.
Examples
A little-endian codec for u32 values:
use Codec;
use ;
;
let codec = LeU32;
let encoded = codec.encode.unwrap;
assert_eq!;