Skip to content

Release v2.4.0

Choose a tag to compare

@github-actions github-actions released this 25 Apr 01:12
· 53 commits to main since this release
93f1700

Added

  • listed_page<T, U>(items, params) — ergonomic helper that paginates a fully-loaded Vec<T>, maps each item to U via Into, and returns a HandlerListResponse<U>. Eliminates the skip/take/total boilerplate repeated across client-side pagination handlers.