Skip to main content

Module catalog

Module catalog 

Source
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).