| Crates.io | finlib |
| lib.rs | finlib |
| version | 0.0.10 |
| created_at | 2025-02-17 00:35:26.852712+00 |
| updated_at | 2025-06-24 19:07:42.784779+00 |
| description | Quant finance functions implemented in Rust |
| homepage | https://github.com/sarsoo/finlib |
| repository | https://github.com/sarsoo/finlib |
| max_upload_size | |
| id | 1558306 |
| size | 173,011 |
Some quantitative finance functionality written in Rust and consumable from many higher-level languages.
cargo build
cd FinLib.NET
dotnet build
cd pyfinlib
python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
maturin develop
cd finlib-wasm
wasm-pack build