generated from PlexSheep/rs-base
This commit is contained in:
parent
a88a03eab7
commit
290b959b7e
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ use libpt::bintols::split;
|
|||
pub type Num = u128;
|
||||
|
||||
/// formats supported by numf
|
||||
#[derive(Copy, Clone, Debug)]
|
||||
#[derive(Copy, Clone, Debug, Hash, PartialEq, Eq)]
|
||||
pub enum Format {
|
||||
Dec,
|
||||
Hex,
|
||||
|
|
Reference in a new issue