predawn 0.9.0

Predawn is a Rust web framework like Spring Boot.
Documentation
1
2
3
4
mod form;
mod json;

pub use self::{form::Form, json::Json};