variable-len-reader 2.3.0

A library for reading/writing variable length data. Support AsyncRead/AsyncWrite in tokio.
Documentation
1
2
3
4
pub mod bufs;
#[cfg(feature = "zigzag")]
#[cfg_attr(docsrs, doc(cfg(feature = "zigzag")))]
pub mod zigzag;