Constant byte_order::NETWORK_ORDER[][src]

pub const NETWORK_ORDER: Endianness;

An alias for Endianness::BE in contexts where verbosity may be required, such as when collaborators may not know what “BE” quite means.

Particularly helpful when implementing a protocol that calls for “network order” and prevents possible confusion when referring to big endian and network order when possible collaborators are unaware of these topics.