This is a simple utility for SQL queries to calculate the offset and limit.
The author takes no responsibility for any bugs that occur from the use of this crate.
MIT
rust
let LimitOffsetPair { limit, offset } = sql_paginatorr::for_page(3, 10); // 40, 30