[][src]Crate sysfunc_byteorder

Simple crate providing compile-time byte order constants.

Enums

ByteOrder

Named selection of ordered Order in which bytes are loaded and stored.

Functions

get_byte_order_16

Provides byte ordering for u16.

get_byte_order_32

Provides byte ordering for u32.

get_byte_order_64

Provides byte ordering for u64.

is_big_endian

Tests whether or not the platform is Big Endian.

is_little_endian

Tests whether or not the platform is Little Endian.