#consistent #overhead #byte #stuffing

no-std cobs

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.

9 releases

0.2.3 Jun 14, 2022
0.2.2 Jun 14, 2022
0.1.4 Apr 2, 2019
0.1.3 Dec 21, 2017
0.1.0 Jun 27, 2015

#139 in Encoding

Download history 39344/week @ 2023-10-15 40454/week @ 2023-10-22 37756/week @ 2023-10-29 35875/week @ 2023-11-05 40564/week @ 2023-11-12 34036/week @ 2023-11-19 41755/week @ 2023-11-26 43326/week @ 2023-12-03 39394/week @ 2023-12-10 33350/week @ 2023-12-17 19246/week @ 2023-12-24 32640/week @ 2023-12-31 39935/week @ 2024-01-07 37839/week @ 2024-01-14 42196/week @ 2024-01-21 38966/week @ 2024-01-28

161,911 downloads per month
Used in 233 crates (12 directly)

MIT/Apache

25KB
312 lines

cobs

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.

No runtime deps