Crates.io | rsfi |
lib.rs | rsfi |
version | 0.0.0 |
source | src |
created_at | 2024-05-29 05:27:27.062725 |
updated_at | 2024-05-29 05:27:27.062725 |
description | rsfi is a financial toolkit for Rust |
homepage | https://github.com/FL03/rsfi/wiki |
repository | https://github.com/FL03/rsfi.git |
max_upload_size | |
id | 1255106 |
size | 5,061 |
rsfi is a financial toolkit for Rust
Start by cloning the repository
git clone https://github.com/FL03/rsfi.git
cd rsfi
cargo build --features full -r --workspace
extern crate rsfi;
fn main() -> anyhow::Result<()> {
tracing_subscriber::fmt::init();
tracing::info!("Starting linear model example");
Ok(())
}
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.