Docs.rs
fugue-bytes-0.2.2
fugue-bytes 0.2.2
Permalink
Docs.rs crate page
MIT
Links
Homepage
crates.io
Source
Owners
xorpse
zt-chen
yeggor
Dependencies
byteorder ^1
normal
paste ^1
normal
serde ^1
normal
ux ^0.1
normal
optional
Versions
0%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Crate fugue_bytes
fugue_
bytes
0.2.2
All Items
Crate Items
Re-exports
Modules
Type Aliases
Crate
fugue_
bytes
Copy item path
Source
Re-exports
§
pub use endian::
Endian
;
pub use order::
Order
;
pub use traits::
ByteCast
;
Modules
§
endian
order
primitives
traits
Type Aliases
§
BE
A type alias for
BigEndian
.
LE
A type alias for
LittleEndian
.
NE
Defines system native-endian serialization.