diff --git a/src/lib.rs b/src/lib.rs index b77c3ae..97d65f5 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -18,6 +18,7 @@ //! ## Encoding //! //! Currently the encoding is: +//! //! * The "body": payload [COBS]-encoded to remove bytes equal to zero //! * A terminating zero byte. //! [COBS]: https://en.wikipedia.org/wiki/Consistent_Overhead_Byte_Stuffing