Structs§
- Simplified alternative to rust_decimal::Decimal to that allows hashing. Standard library floats can’t be hashed which is needed when using (for example) HashMaps. The number is converted to a x 10^-b, with a and b being integers (and thus Hashable).