smplx

smplx is a toolkit for working with simplicial objects.

APACHE-2.0 License

Downloads
379
Stars
0

smplx


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