Crates.io | dfkzr |
lib.rs | dfkzr |
version | 0.1.0 |
source | src |
created_at | 2023-06-13 12:25:38.933481 |
updated_at | 2023-06-13 12:25:38.933481 |
description | Dezimalfestkommazahlrechnung - decimal fixed point arithmetic with up to 19 digits |
homepage | |
repository | |
max_upload_size | |
id | 888967 |
size | 171,458 |
UDf64Checked
] and [UDf64Saturating
]#![no_std]
compatible, no runtime dependencies except core
(except for some tests)Display
TryFrom<&str>
, FromStr
NonZero
variantsu32
-based variantsDisplay
/parse.unwrap()
)u64
or u128
(and overflow checks), so performance should be decent. I don't care enough to make benchmarks though.