rejoice 0.10.0

A simple and delightful little web framework for Rust
Documentation
1
2
3
4
5
6
7
8
9
mod build;
mod dev;
mod init;
mod islands;
pub mod style;

pub use build::build_command;
pub use dev::dev_command;
pub use init::init_command;