roadster 0.7.0-beta

A "Batteries Included" web framework for rust designed to get you moving fast.
Documentation
1
2
3
4
5
6
7
8
// Keep private for now
#[cfg(all(feature = "db-sql", feature = "testing"))]
pub(crate) mod db;
pub mod empty;
#[cfg(feature = "sidekiq")]
pub(crate) mod redis;
pub mod regex;
pub mod serde;