generated from PlexSheep/rs-base
refactor: more derives
cargo devel CI / cargo CI (push) Has been cancelled
Details
cargo devel CI / cargo CI (push) Has been cancelled
Details
This commit is contained in:
parent
a88a03eab7
commit
290b959b7e
|
@ -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 New Issue