Crate flatty_portable

Source

Modules§

be
Big-endian types.
le
Little-endian types.
traits

Structs§

Float
Generic portable floating-point number. Has alignment == 1.
Int
Generic portable integer. Has alignment == 1.

Enums§

Bool
Boolean type that has portable binary representation.

Traits§

NativeCast
Trait for casting portable type to/from native counterparts.
Portable
Type that can be safely transfered between different machines.