bitstream-io

Crates.iobitstream-io
lib.rsbitstream-io
version2.3.0
sourcesrc
created_at2017-02-17 18:40:57.523401
updated_at2024-05-07 13:01:33.902071
descriptionLibrary for reading/writing un-aligned values from/to streams in big-endian and little-endian formats.
homepagehttps://github.com/tuffy/bitstream-io
repositoryhttps://github.com/tuffy/bitstream-io
max_upload_size
id8558
size234,474
(tuffy)

documentation

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

README

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 Read or Write traits. It also supports a wide array of integer data types as containers for those binary values.

Documentation

Commit count: 165

cargo fmt