Octonary transcodings.
https://crates.io/crates/oct/
| oct | ||
| oct-macros | ||
| .gitignore | ||
| Cargo.toml | ||
| CHANGELOG.md | ||
| clippy.toml | ||
| DOC-ICON.svg | ||
| LICENCE | ||
| LOGO.svg | ||
| README.md | ||
Oct
This library provides facilities for transcoding objects to and from octonary
(bytewise) representations. This includes in-place transmutations (similarly to
e.g. Zerocopy and bytemuck) as well (de)serialisations (similarly to e.g.
Serde and Bincode). Additionally, this crate also provides a port of the
std::io module for use in no_std crates.