Fix lib.rs doc formatting.
This commit is contained in:
parent
a000beb59f
commit
8cdcf8f95d
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue