tokio-bitstream-io

Crates.iotokio-bitstream-io
lib.rstokio-bitstream-io
version0.0.7
sourcesrc
created_at2023-01-28 20:40:42.950336
updated_at2023-01-29 05:52:06.812631
descriptionTokio port of bitstream-io: Library for reading/writing un-aligned values from/to streams in big-endian and little-endian formats.
homepagehttps://github.com/ramiroaisen/tokio-bitstream-io
repositoryhttps://github.com/ramiroaisen/tokio-bitstream-io
max_upload_size
id770570
size235,257
ramiroaisen (ramiroaisen)

documentation

https://docs.rs/tokio-bitstream-io/

README

tokio-bitstream-io

build test

Tokio port of bitstream-io

A Rust library for reading or writing binary values to or from streams which may not be aligned at a whole byte.

This library is intended to be flexible enough to wrap around any stream which implements the tokio AsyncRead or AsyncWrite traits. It also supports a wide array of integer data types as containers for those binary values.

Documentation

Commit count: 17

cargo fmt