Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 680 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 680 Bytes

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.