use-math
Facade crate with feature-flagged re-exports and a prelude module.
- RustUse API docs
- GitHub
- crates.io after publish
- docs.rs after publish
use-math is the initial RustUse set. It currently surfaces three public crate tracks: use-math, use-geometry, and use-combinatorics.
Scaffolded All current public crates in this set are scaffolded today.
This set stays intentionally narrow for the first platform release. It pairs a facade crate for curated access with a focused geometry crate for direct 2D work and a combinatorics crate for discrete helpers.
Facade crate with feature-flagged re-exports and a prelude module.
2D geometry primitives and common measurement helpers.
Counting, permutations, combinations, and discrete helpers.
Keeping the launch surface to three scaffolded crates makes naming, feature flags, examples, and API boundaries easier to stabilize before the set grows.
The initial public set currently contains three scaffolded crates: use-math, use-geometry, and use-combinatorics. RustUse-hosted generated rustdocs remain canonical while external crates.io and docs.rs targets stay staged.