fixed_decimal 
fixed_decimal is a utility crate of the ICU4X project.
This crate provides [Decimal] and [UnsignedDecimal], essential APIs for representing numbers in a human-readable format.
These types are particularly useful for formatting and plural rule selection, and are optimized for operations on individual digits.
Examples
use Decimal;
let mut dec = from;
dec.multiply_pow10;
assert_eq!;
;
let digits: = dec
.magnitude_range
.map
.collect;
assert_eq!;
More Information
For more information on development, authorship, contributing etc. please visit ICU4X home page.