Overview
paginate-core is the pure, language-agnostic Rust engine the Python and TypeScript packages wrap — embed it directly or read how it works.
Using the core
This page orients you in the crate; for exact signatures see
Design
The core is built so that one implementation can serve every language without
Performance
Where the native FFI boundary pays off — measured. The cursor codec and the resident Dataset pipeline win; one-shot in-memory ops are for parity.