skel
Topology/shape primitives.
skel is a small Rust crate with a few topological building blocks (e.g. simplices) and a minimal
Manifold trait that other geometry crates can implement.
Contents
topology:Simplexand basic combinatorics (e.g. oriented boundaries).manifold:Manifoldtrait (exp_map,log_map,parallel_transport).flow: placeholder scaffolding for flows on complexes.
Quickstart
use Simplex;
let s = new_canonical.unwrap;
assert_eq!;
assert_eq!;
Status
Experimental: the API is small but not yet treated as stable.
License
MIT OR Apache-2.0