mirror of
https://codeberg.org/icewind/bitbuffer.git
synced 2026-06-03 16:44:06 +02:00
more documentation for derive
This commit is contained in:
parent
8ad8d07dd5
commit
c145761970
3 changed files with 128 additions and 34 deletions
|
|
@ -1,4 +1,4 @@
|
|||
use bitstream_reader::{BigEndian, BitBuffer, BitStream, LittleEndian, ReadError};
|
||||
use bitstream_reader::{BigEndian, BitBuffer, BitStream, LittleEndian};
|
||||
use bitstream_reader_derive::BitRead;
|
||||
|
||||
#[derive(BitRead, PartialEq, Debug)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue