bcmyers / num-format

A Rust crate for producing string representations of numbers, formatted according to international standards
Apache License 2.0
122 stars 22 forks source link

Differentiate between positive and negative infinity #13

Closed bcmyers closed 5 years ago

bcmyers commented 5 years ago

As well as add other relevant formatting information we can pull from CLDR or the OSs. Related to #7.