bitio-rs 0.1.1

🚀A lightweight Rust library for bit-level I/O: read, peek, write, with both big-endian and little-endian support.
Documentation
1
2
3
4
5
6
7
8
pub mod byte_order;
pub mod error;

pub mod traits;

pub mod fast;
pub mod reader;
pub mod writer;