doublecount icon indicating copy to clipboard operation
doublecount copied to clipboard

A double entry accounting system/library for Rust

Results 5 doublecount issues
Sort by recently updated
recently updated
newest added

Consider using https://crates.io/crates/enum_dispatch instead of dynamic dispatch, or if I decide to value the ability to have users of this crate be able to implement their own `Action`s for the...

Make it possible for people to use whatever ID system they want. The current default `nanoid` doesn't work with `wasm-bindgen`.

enhancement

In a large system, using nanoid for account id's might cause a serious bug (people being able to edit accounts that aren't theirs). It would be good for people to...

enhancement