Crates.io | rstopo |
lib.rs | rstopo |
version | 0.0.0 |
source | src |
created_at | 2024-05-28 05:21:39.37474 |
updated_at | 2024-05-28 05:21:39.37474 |
description | rstopo |
homepage | https://github.com/FL03/rstopo/wiki |
repository | https://github.com/FL03/rstopo |
max_upload_size | |
id | 1254038 |
size | 6,050 |
rstopo is a mathematical library for Rust with a focus on topology. It is designed to be a lightweight and flexible library for machine learning and scientific computing.
Start by cloning the repository
git clone https://github.com/FL03/rstopo.git
cd rstopo
cargo build --features full -r --workspace
extern crate rstopo;
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.