| Crates.io | rs-spline |
| lib.rs | rs-spline |
| version | 0.0.0 |
| created_at | 2024-06-01 19:41:36.137779+00 |
| updated_at | 2024-06-01 19:41:36.137779+00 |
| description | A generic spline library for Rust optimized for AI workloads |
| homepage | https://github.com/FL03/rs-spline/wiki |
| repository | https://github.com/FL03/rs-spline.git |
| max_upload_size | |
| id | 1258841 |
| size | 12,449 |
A generic spline library for Rust optimized for AI workloads
Start by cloning the repository
git clone https://github.com/FL03/rs-spline.git
cd rs-spline
cargo build --features full -r --workspace
extern crate rs-spline;
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.