Packages

A native (Rustler) solver backend for the Finance library: the safeguarded Newton (rtsafe) root-finder, ported to Rust.

Current section

Files

Jump to
finance_rustler native finance_rustler Cargo.toml
Raw

native/finance_rustler/Cargo.toml

[package]
name = "finance_rustler"
version = "0.2.0"
edition = "2021"
authors = []
[lib]
name = "finance_rustler"
path = "src/lib.rs"
crate-type = ["cdylib"]
[dependencies]
rustler = "0.38"
rayon = "1"