1
Fork 0

Fix lib.rs doc formatting.

This commit is contained in:
Alex Helfet 2017-12-22 20:57:05 +00:00
parent a000beb59f
commit 8cdcf8f95d

View file

@ -18,6 +18,7 @@
//! ## Encoding //! ## Encoding
//! //!
//! Currently the encoding is: //! Currently the encoding is:
//!
//! * The "body": payload [COBS]-encoded to remove bytes equal to zero //! * The "body": payload [COBS]-encoded to remove bytes equal to zero
//! * A terminating zero byte. //! * A terminating zero byte.
//! [COBS]: https://en.wikipedia.org/wiki/Consistent_Overhead_Byte_Stuffing //! [COBS]: https://en.wikipedia.org/wiki/Consistent_Overhead_Byte_Stuffing