use-math Scaffolded
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
RustUse hosts the primary generated API docs for the currently supported crates. The curated docs stay in Starlight pages, and the generated rustdoc output stays under stable /api paths.
RustUse.org is the primary API documentation surface for the currently supported crates.
The current public crates remain scaffolded. Their future crates.io and docs.rs URLs are prewired in the catalog as a dry-run, but the site keeps those links disabled until the external pages exist.
Facade crate with feature-flagged re-exports and a prelude module.
2D geometry primitives and common measurement helpers.
Counting, permutations, combinations, and discrete helpers.
crates.io is the package registry and should point each published crate’s documentation field at the stable RustUse API URL.docs.rs may still build generated docs automatically after publication, but it is a fallback reference rather than the canonical destination.published only after the live registry pages resolve.docs.rs HTML into this site.[package]name = "use-geometry"description = "Primitive geometry utilities for Rust."repository = "https://github.com/RustUse/use-math"homepage = "https://rustuse.org"documentation = "https://rustuse.org/api/use-geometry"license = "MIT OR Apache-2.0"readme = "README.md"keywords = ["geometry", "math", "utility"]categories = ["mathematics"]homepage for the RustUse project site.documentation for the stable RustUse API path once it is live for a published crate.repository for GitHub.README.md ready for the crates.io package page.https://docs.rs/crate/<crate-name>/latest/json for lightweight symbol indexes or generated summaries.format_version before parsing it in Rust or Node.