Skip to main content

Rust API reference

The Rust core, paginate-core, is documented on docs.rs — the canonical, auto-published Rust API host:

➡️ docs.rs/paginate-core

The three references

The formal API surface is generated, one section per language:

LanguageReferenceGenerated by
Rustdocs.rs/paginate-corerustdoc
TypeScriptthe TypeScript pages in this sectionTypeDoc from ts/src
Pythonthe Python pages in this sectionpydoc-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.