Tahler / currency-rs

A library providing a way to represent currencies in Rust.
http://tahler.github.io/currency-rs/currency/index.html
MIT License
8 stars 4 forks source link

Rust Currency Library

A very small library, providing a way to represent currencies in Rust.

Documentation.

Crate.

Progress

I am slowly but surely working on an implementation of an IEEE standard decimal encoding in another repo.

Once that is finished, this currency library will be refactored to use the MUCH smaller encoding, allowing the type to be cloned and copied freely.

Contributing

See [CONTRIBUTING.md] (https://github.com/Tahler/currency-rs/blob/master/CONTRIBUTING.md) if you'd like to contribute to this project.