Crates.io | scirs |
lib.rs | scirs |
version | 0.0.0 |
source | src |
created_at | 2024-06-08 16:30:20.062524 |
updated_at | 2024-06-08 16:30:20.062524 |
description | A scientific library for Rust |
homepage | https://github.com/FL03/scirs/wiki |
repository | https://github.com/FL03/scirs.git |
max_upload_size | |
id | 1265829 |
size | 5,017 |
A scientific library for Rust
Start by cloning the repository
git clone https://github.com/FL03/scirs.git
cd scirs
cargo build --features full -r --workspace
extern crate scirs;
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.