Crates.io | smplx |
lib.rs | smplx |
version | 0.0.0 |
source | src |
created_at | 2024-08-24 15:38:48.72807 |
updated_at | 2024-08-24 15:38:48.72807 |
description | smplx is a topologically oriented crate focused on developing out a framework for working with simplicial objects in Rust. |
homepage | https://github.com/FL03/smplx/wiki |
repository | https://github.com/FL03/smplx.git |
max_upload_size | |
id | 1350376 |
size | 16,721 |
The library is currently in the early stages of development and is not yet ready for production use.
Welcome to smplx, a topologically oriented crate focused on simplexes and their complexes.
Start by cloning the repository
git clone https://github.com/FL03/smplx.git
cd smplx
cargo build --features full -r --workspace
extern crate smplx;
fn main() -> Result<(), Box<dyn std::error::Error>> {
tracing_subscriber::fmt::init();
tracing::info!("Welcome to smplx!");
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.