You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
updated commodity library to 0.3, renamed some types which were chang…
…ed for that version
AccountingError::Currency renamed to AccountingError::Commodity
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