• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

src/H03-May-2022-2,9991,644

tests/H03-May-2022-2,6112,227

.cargo-checksum.jsonH A D03-May-202289 11

.cargo_vcs_info.jsonH A D01-Jan-197074 65

Cargo.tomlH A D01-Jan-19701 KiB2623

Cargo.toml.orig-cargoH A D29-Nov-1973504 1412

LICENSE-APACHEH A D29-Nov-197310.6 KiB202169

LICENSE-MITH A D29-Nov-19731 KiB2622

README.mdH A D29-Nov-1973419 139

README.md

1bitstream-io
2============
3
4A Rust library for reading or writing binary values to or from streams
5which may not be aligned at a whole byte.
6
7This library is intended to be flexible enough to wrap
8around any stream which implements the `Read` or `Write` traits.
9It also supports a wide array of integer data types as
10containers for those binary values.
11
12[Documentation](https://docs.rs/bitstream-io/1.0.0/bitstream_io/)
13