sdroege / bitstream-io

Library for reading/writing un-aligned values from/to streams in big-endian and little-endian formats

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Library for reading/writing un-aligned values from/to streams in big-endian and little-endian formats

License:Apache License 2.0


Languages

Language:Rust 100.0%