seabored 0.0.6

Implementation of the CBOR data format. Implements RFC8949 with the preferred-plus recommendations
Documentation
1
2
3
4
5
mod read;
pub use read::*;

mod write;
pub use write::*;