binrw
0.14.0
Module endian
Re-exports
Enums
In crate binrw
Module
binrw
::
endian
Copy item path
source
·
[
−
]
Expand description
Type definitions for byte order handling.
Re-exports
§
pub use Endian::
Big
as BE;
pub use Endian::
Little
as LE;
Enums
§
Endian
Defines the order of bytes in a multi-byte type.