Expand description
Programmatic API catalog for the SciRS2 ecosystem.
Each ApiEntry documents a public API with its signature, mathematical background,
usage example, and cross-references to related functions.
Structs§
- ApiEntry
- A documented API entry with mathematical background and usage example.
Enums§
- ApiCategory
- Category of a public API entry.
Functions§
- api_
catalog - Returns the full static API catalog.
- by_
category - Filter catalog entries by category.
- by_
crate - Filter catalog entries by crate name (case-insensitive).
- search_
api - Search the catalog by query string (case-insensitive substring match against function name, description, and module path).