mirror of
https://codeberg.org/icewind/bitbuffer.git
synced 2026-06-03 08:34:07 +02:00
fixup: public num_traits
This commit is contained in:
parent
8ba5608262
commit
2e2e532129
1 changed files with 1 additions and 1 deletions
|
|
@ -88,7 +88,7 @@ pub use write::{BitWrite, BitWriteSized};
|
||||||
pub use writestream::BitWriteStream;
|
pub use writestream::BitWriteStream;
|
||||||
|
|
||||||
mod endianness;
|
mod endianness;
|
||||||
mod num_traits;
|
pub mod num_traits;
|
||||||
mod read;
|
mod read;
|
||||||
mod readbuffer;
|
mod readbuffer;
|
||||||
mod readstream;
|
mod readstream;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue