bitread 0.1.9

The bitread library in Rust is designed to efficiently convert small binary data into Rust structs
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[dependencies.bitread_macro]
version = "0.1.7"

[dependencies.bitvec]
version = "1.0.1"

[package]
description = "The bitread library in Rust is designed to efficiently convert small binary data into Rust structs"
documentation = "https://docs.rs/bitread"
edition = "2021"
license = "MIT"
name = "bitread"
readme = "README.md"
repository = "https://github.com/tpisto/bitread"
version = "0.1.9"