Commiting any files in the project prior to reformatting.

This commit is contained in:
Jason Travis Smith 2016-06-27 18:12:43 -04:00
parent e4d821333c
commit 1ac74b27d4

View File

@ -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