mirror of
https://codeberg.org/icewind/bitbuffer.git
synced 2026-06-04 00:54:07 +02:00
rename to bitbuffer to prepare for writing
This commit is contained in:
parent
0e09a19878
commit
0e58b89ae9
12 changed files with 68 additions and 73 deletions
12
README.md
12
README.md
|
|
@ -1,9 +1,9 @@
|
|||
[](https://crates.io/crates/bitstream_reader)
|
||||
[](https://docs.rs/bitstream_reader/)
|
||||
[](https://deps.rs/repo/github/icewind1991/bitstream_reader)
|
||||
[](https://travis-ci.org/icewind1991/bitstream_reader)
|
||||
[](https://crates.io/crates/bitbuffer)
|
||||
[](https://docs.rs/bitbuffer/)
|
||||
[](https://deps.rs/repo/github/icewind1991/bitbuffer)
|
||||
[](https://travis-ci.org/icewind1991/bitbuffer)
|
||||
|
||||
# bitstream_reader
|
||||
# bitbuffer
|
||||
|
||||
Tools for reading data types of arbitrary bit length and might not be byte-aligned in the source data
|
||||
|
||||
|
|
@ -24,7 +24,7 @@ The `BitRead` and `BitReadSized` traits can be used with `#[derive]` if all fiel
|
|||
## Examples
|
||||
|
||||
```rust
|
||||
use bitstream_reader::{BitBuffer, LittleEndian, BitStream, BitRead};
|
||||
use bitbuffer::{BitBuffer, LittleEndian, BitStream, BitRead};
|
||||
|
||||
#[derive(BitRead)]
|
||||
struct ComplexType {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue