cobs_codec_rs 1.0.0
Initial release — a #![no_std], dependency-free COBS / COBS-R codec for zero-free framing of serial and packet byte streams.
✨ Added
- Basic COBS and COBS/R encode/decode over caller-provided slices (
cobs/cobsrmodules),#![no_std]and allocation-free. alloc-gated*_to_vecconveniences and a streamingframing::FrameDecoderwith amax_frame_lenbound.const fnsize helpersmax_encoded_lenandencoding_overhead.DecodeErrorimplementingcore::error::Error.- Golden-vector + conformance tests against firechip/cobs-conformance — 2,261 vectors, byte-identical to the reference.
📦 Install
cobs_codec_rs = "1.0"crates.io: https://crates.io/crates/cobs_codec_rs/1.0.0 · docs.rs: https://docs.rs/cobs_codec_rs/1.0.0
The attached cobs_codec_rs-1.0.0.crate is the exact published source distribution (from crates.io).