Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: kellpossible/doublecount

Tags

v0.8.2

Toggle v0.8.2's commit message
update commodity to v0.4

v0.8.1

Toggle v0.8.1's commit message
fix incomplete Action implementation for BalanceAssertion

- fixed clippy warnings
- formatted code
- bumped version to v0.8.1

v0.8.0

Toggle v0.8.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
major refactor to properly support user defined actions (#10)

* major refactor to properly support user defined actions, updated to v0.8.0

v0.7.1

Toggle v0.7.1's commit message
Fix building for default features accidentally including some items o…

…nly needed for `serde-support`

v0.7.0

Toggle v0.7.0's commit message
update changelog for v0.7.0

v0.6.2

Toggle v0.6.2's commit message
Fix changelog for v0.6.1

v0.6.1

Toggle v0.6.1's commit message
close #4 and close #5

- update rust_decimal dependency
- use Into and AsRef for arguments to make allocation clearer

v0.6.0

Toggle v0.6.0's commit message
Renamed argument in sum_account_states() and improved docs

v0.5.0

Toggle v0.5.0's commit message
updated commodity library to 0.3, renamed some types which were chang…

…ed for that version

AccountingError::Currency renamed to AccountingError::Commodity

v0.4.0

Toggle v0.4.0's commit message
improved serde support

 - removed Rc<Account> and replaced with AccountID
 - change AccountID to use an ArrayString to allow quick copy, and it was fixed size anyway
 - updated readme and examples