#simplex #focused #oriented #object #complex #simplicial #topologically

no-std smplx

smplx is a topologically oriented crate focused on developing out a framework for working with simplicial objects in Rust

1 unstable release

0.0.0 Aug 24, 2024

#25 in #simplex

Download history 132/week @ 2024-08-19 24/week @ 2024-08-26 17/week @ 2024-09-16

66 downloads per month

Apache-2.0

13KB
243 lines

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

Dependencies

~0.3–0.8MB
~19K SLoC