Expand description
Crate for safe conversion between units of memory.
Re-exports§
pub use target::*;
Modules§
- target
- Sizes and units for the current compilation target.
- wasm32
- WebAssembly-specific sizes and units.
Structs§
- Bytes
- Memory size specified in bytes.
Traits§
- Byte
Size - A trait defining the size, in bytes, of one unit of
Self
. - Round
UpTo - A trait defining round up conversion between various memory units.