Crates.io | tokio-bitstream-io |
lib.rs | tokio-bitstream-io |
version | 0.0.7 |
source | src |
created_at | 2023-01-28 20:40:42.950336 |
updated_at | 2023-01-29 05:52:06.812631 |
description | Tokio port of bitstream-io: Library for reading/writing un-aligned values from/to streams in big-endian and little-endian formats. |
homepage | https://github.com/ramiroaisen/tokio-bitstream-io |
repository | https://github.com/ramiroaisen/tokio-bitstream-io |
max_upload_size | |
id | 770570 |
size | 235,257 |
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.