Skip to main content
This is unreleased documentation for the main (development) branch of crypto-glue.

NetworkEndian

Type Alias NetworkEndian 

Source
pub type NetworkEndian = BigEndian;
Expand description

The endianness used in many network protocols.

This is a type alias for BigEndian.

Aliased Typeยง

pub enum NetworkEndian {}