variable-len-reader 3.2.1

A library for reading/writing variable length data. Support AsyncRead/AsyncWrite in tokio.
Documentation
1
2
3
4
5
#[cfg(all(feature = "sync", feature = "std-comp"))]
pub mod std;

#[cfg(all(feature = "async", feature = "tokio-comp"))]
pub mod tokio;