loco-rs 0.4.0

The one-person framework for Rust
Documentation
1
2
3
4
5
6
#[cfg(feature = "with-db")]
#[deprecated(
    since = "0.3.2",
    note = "reshape pagination functionality by moving under models. read more https://loco.rs/docs/the-app/pagination"
)]
pub mod pagination;