roadster 0.8.1

A "Batteries Included" web framework for rust designed to get you moving fast.
Documentation
1
2
3
4
5
#[cfg(feature = "cli")]
pub mod cli;
pub mod core;
#[cfg(feature = "http")]
pub mod http;