Skip to main content

Crate bin_rs

Crate bin_rs 

Source
Expand description

Crate bin_rs is a binary manipulate crate.

Re-exports§

pub use endian::*;

Modules§

endian
Endinen is Big Endien or Little Endian. bin_rs is default use System Endian. if your use other endian, you can use set_endian function.
reader
A reader default uses system endianness If you will use another endianness,use set_endian. 0.0.10 StreamReader enable for wasm32