ebcrowder / rust_ledger

Rust implementation of ledger, the command line accounting tool.
GNU General Public License v3.0
137 stars 19 forks source link

Restructuring #13

Closed ebcrowder closed 4 years ago

ebcrowder commented 4 years ago
ebcrowder commented 4 years ago

alrighty @dantuck - this is ready to go now.

Since it has been a while since I have published a version of this to crates.io, I'll do that after this gets merged.

ebcrowder commented 4 years ago

Or something similar. I have been making some implementation changes to error output in another project that you could probably implement here.

Great - please do let me know what you find. I spent some time trying to figure out how to parse the default Error output but couldn't figure out a way to do it. I'm guessing the display() fn would be the place to do it.

I'll merge this in the meantime. Appreciate the quick review!