New currency / money library: steel-cent

Today I released steel-cent 0.1.0. It's a small library of currency and money value types inspired by Joda Money.

https://duelinmarkers.gitlab.io/steel-cent/

4 Likes

That is awesome! I see joda has a test suite, does your lib pass those tests too?

Steel-cent is not a direct port of Joda Money, so the same test suite would not apply. Is there some specific aspect of Joda's testing you're interested in?

If you're wondering about the lack of a top-level tests directory, steel-cent's tests are currently all in nested test modules and doc tests.

1 Like