smplx

Crates.iosmplx
lib.rssmplx
version0.0.0
sourcesrc
created_at2024-08-24 15:38:48.72807
updated_at2024-08-24 15:38:48.72807
descriptionsmplx is a topologically oriented crate focused on developing out a framework for working with simplicial objects in Rust.
homepagehttps://github.com/FL03/smplx/wiki
repositoryhttps://github.com/FL03/smplx.git
max_upload_size
id1350376
size16,721
Joe McCain III (FL03)

documentation

README

smplx

crates.io docs.rs license

clippy rust


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.

Features

  • Simplex
  • Complex
  • Set

Getting Started

Building from the source

Start by cloning the repository

git clone https://github.com/FL03/smplx.git
cd smplx
cargo build --features full -r --workspace

Usage

Examples

Simplex

    extern crate smplx;

    fn main() -> Result<(), Box<dyn std::error::Error>> {
        tracing_subscriber::fmt::init();
        tracing::info!("Welcome to smplx!");


        Ok(())
    }

Contributing

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.

License

Commit count: 0

cargo fmt