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

Are you considering building another lib to support dynamic (real-time) rates? #4

Closed mohamedhayibor closed 8 years ago

mohamedhayibor commented 8 years ago

This is not an issue, really. Awesome job on writing the library. Learned quiet a bit in reading the way you implemented it.

If you ever consider dynamic prices this might be a good resource: https://openexchangerates.org/quick-start

Tahler commented 8 years ago

Hi, glad to hear you're interested in the library and thanks for the compliment :) Believe it or not, I've looked into this feature and I actually have that exact site bookmarked for later! I still have plenty more work planned for this library, especially with more reliable accuracy, but I'm super booked with school work at the moment. I should be able to start working on this again in about 6 weeks.