refactor: more derives
cargo devel CI / cargo CI (push) Has been cancelled Details

This commit is contained in:
Christoph J. Scherr 2024-05-12 20:29:12 +02:00
parent a88a03eab7
commit 290b959b7e
1 changed files with 1 additions and 1 deletions

View File

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