loco-rs 0.16.0

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