Commiting any files in the project prior to reformatting.
This commit is contained in:
parent
e4d821333c
commit
1ac74b27d4
@ -22,7 +22,8 @@ pub type PlatformEndian = BigEndian;
|
||||
#[cfg(not(target_endian="big"))]
|
||||
pub type PlatformEndian = LittleEndian;
|
||||
|
||||
/// Referes to NetworkEndian. This could be either
|
||||
/// Defines the endianess to use when communicating
|
||||
/// over a network. This could be either
|
||||
/// of the available endians as long as it is consistent
|
||||
/// across the network. However, RFC1700 decided network
|
||||
/// byte order would be BigEndian. As such, it is now the
|
||||
|
Loading…
x
Reference in New Issue
Block a user