Adjusting repository locations.
This commit is contained in:
@ -44,7 +44,7 @@ pub enum LittleEndian
|
||||
|
||||
/// Create an enumeration of the different
|
||||
/// available endianesses.
|
||||
#[derive(Clone, Copy)]
|
||||
#[derive(Copy, Clone, Eq, Ord, PartialEq, PartialOrd)]
|
||||
pub enum Endianess
|
||||
{
|
||||
/// Referes to BigEndian.
|
||||
|
Reference in New Issue
Block a user