Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bb010g/penny
An ISO 4217–compliant currency library for Rust (pre-alpha state)
https://github.com/bb010g/penny
Last synced: 2 months ago
JSON representation
An ISO 4217–compliant currency library for Rust (pre-alpha state)
- Host: GitHub
- URL: https://github.com/bb010g/penny
- Owner: bb010g
- License: mit
- Created: 2017-01-05T08:45:30.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-23T21:00:24.000Z (almost 7 years ago)
- Last Synced: 2024-08-09T02:59:11.936Z (5 months ago)
- Language: Rust
- Homepage:
- Size: 60.5 KB
- Stars: 5
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# penny [![Build Status][img-buildstatus]][buildstatus] [![Cargo][img-cargo]][cargo] [![API documentation][img-docs.rs]][docs.rs]
[API documentation][docs.rs] | [Changelog][changelog]
Penny is an ISO-4217–based currency library for Rust. The core interfaces
_should_ be stable, but I don't actively use this library, so feel free to
complain about missing features or design problems in real-world use.Penny works on stable Rust and `no_std`.
[img-buildstatus]: https://img.shields.io/travis/bb010g/penny.svg
[buildstatus]: http://travis-ci.org/bb010g/penny
[img-cargo]: https://img.shields.io/crates/v/penny.svg
[cargo]: https://crates.io/crates/penny
[img-docs.rs]: https://docs.rs/penny/badge.svg
[docs.rs]: https://docs.rs/penny[changelog]: https://github.com/bb010g/penny/blob/master/CHANGELOG.md
[baimax]: https://github.com/bb010g/baimax