#toolkit #repository

no-std rsfi

rsfi is a financial toolkit for Rust

1 unstable release

0.0.0 May 29, 2024

#201 in #finance

Download history 170/week @ 2024-05-27 5/week @ 2024-06-03 1/week @ 2024-06-10

176 downloads per month

Apache-2.0

5KB

rsfi

crates.io docs.rs

clippy rust


The library is currently in the early stages of development and is not yet ready for production use.

rsfi is a financial toolkit for Rust

Features

Getting Started

Building from the source

Start by cloning the repository

git clone https://github.com/FL03/rsfi.git
cd rsfi
cargo build --features full -r --workspace

Usage

Example: Linear Model (biased)

    extern crate rsfi;

    fn main() -> anyhow::Result<()> {
        tracing_subscriber::fmt::init();
        tracing::info!("Starting linear model example");


        Ok(())
    }

Contributing

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.

License

Dependencies

~390–730KB
~15K SLoC