loco-rs 0.14.1

The one-person framework for Rust
Documentation
1
2
3
4
5
6
7
pub mod app;
pub mod config;
#[cfg(feature = "with-db")]
pub mod db;
#[cfg(any(feature = "bg_pg", feature = "bg_sqlt"))]
pub mod queue;
pub mod task;