rebalance 0.1.4

Portfolio (re-)balancing and simulation
Documentation
1
2
3
4
5
6
7
8
9
#![warn(clippy::all, rust_2018_idioms)]

mod app;
mod compute;
mod container_util;
mod core_types;
mod date;
mod io;
pub use app::BalanceApp;