bitstream-io 0.9.0

Library for reading/writing un-aligned values from/to streams in big-endian and little-endian formats.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[dependencies]

[package]
authors = ["Brian Langenberger <bjl@usa.net>"]
description = "Library for reading/writing un-aligned values from/to streams in big-endian and little-endian formats."
documentation = "https://docs.rs/bitstream-io/"
edition = "2018"
homepage = "https://github.com/tuffy/bitstream-io"
keywords = ["bitstream", "endian", "big-endian", "little-endian", "binary"]
license = "MIT/Apache-2.0"
name = "bitstream-io"
repository = "https://github.com/tuffy/bitstream-io"
version = "0.9.0"