Rust API reference
The Rust core, paginate-core, is documented on docs.rs — the canonical,
auto-published Rust API host:
The three references
The formal API surface is generated, one section per language:
| Language | Reference | Generated by |
|---|---|---|
| Rust | docs.rs/paginate-core | rustdoc |
| TypeScript | the TypeScript pages in this section | TypeDoc from ts/src |
| Python | the Python pages in this section | pydoc-markdown from the pypaginate docstrings |
paginate-core is the shared engine; the Python (pypaginate) and TypeScript
(@cyblow/paginate) packages you install are thin wrappers over it. For how to use
the packages, see the language guides — Python,
TypeScript — and the Rust core
section for embedding the engine directly.