Crate of the Week

I'd like to self-nominate primitive_fixed_point_decimal , which provides real fixed-point decimal types.

Although there are already some decimal crates also claim to be fixed-point, such as bigdecimal, rust_decimal and decimal-rs, they all bind the scale to each decimal instance, which changes during operations. They're more like decimal floating point.

4 Likes