postcard-cobs 0.2.0

This is an implementation of the Consistent Overhead Byte Stuffing (COBS) algorithm. COBS is an algorithm for transforming a message into an encoding where a specific value (the "sentinel" value) is not used. This value can then be used to mark frame boundaries in a serial communication channel.
Documentation
  • Coverage
  • 96.3%
    26 out of 27 items documented0 out of 1 items with examples
  • Size
  • Source code size: 46.08 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 2.91 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 10s Average build duration of successful builds.
  • all releases: 10s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • ferrous-systems/cobs.rs
    5 5 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • jamesmunns

postcard-cobs

⚠️ - WARNING

This crate is a fork of the cobs.rs crate, originally intended to be a temporary solution for the postcard crate. Since then, @jamesmunns has been granted ownership of the cobs.rs crate, and intends to upstream the local changes in this crate.

At that time, this crate will be marked deprecated with a point release, but will NOT be yanked.

This is an implementation of the Consistent Overhead Byte Stuffing (COBS) algorithm in Rust.

COBS is an algorithm for transforming a message into an encoding where a specific value (the "sentinel" value) is not used. This value can then be used to mark frame boundaries in a serial communication channel.

See www.wikipedia.org/wiki/Consistent_Overhead_Byte_Stuffing for details.

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.