pipi-rs 0.1.1

Pipi web framework for Rust
Documentation
1
2
3
4
5
mod dsl;
mod paginate;

pub use dsl::*;
pub use paginate::*;