barter-rs
Rust library containing high-performance, modular trading engine & back-testing components.

Todo Features:
- 'Statistics' portfolio component that keeps running totals of important stats - expose via api?
- Add latency, fees etc to the SimulatedExecution handler for increased realism.
Tech Debt:
- Clean up serde parser w/ extracted methods, testing, cleaner solution, etc
- Should I add a logger for internal lib logging? Or just useful errors?
- Impl sugar methods for builders to allow passing &str instead of just String