Skip to content

Commit

Permalink
add more to README
Browse files Browse the repository at this point in the history
  • Loading branch information
sam0x17 committed Nov 28, 2023
1 parent e91ba66 commit 83f592a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,12 @@ features include:
- A painstakingly wrapped version of `primitive_types::U256` that implements many more useful
`num-traits` and `num-integer` traits than what Parity includes with the `num-traits`
feature, and are often required when working with amounts of a currency.
- All provided currencies implement most useful `num-traits` and `num-integer` traits.
- Thorough testing of all of the above.

## Future Work
- Additional macros for defining an `Amount` via a decimal literal
- Currency conversion facilities, possibly including an online data source
- Add `Signedness` support to `Amount`
- Additional testing
- Support for negative amounts via an additional const generic defaulting to `Positive`

0 comments on commit 83f592a

Please sign in to comment.