ruskit 0.1.5

A modern web framework for Rust inspired by Laravel
Documentation
1
2
3
4
5
6
7
pub mod user;
pub mod about;
pub mod post;

pub use about::AboutPageProps;
pub use user::{UserResponse, CreateUserRequest, UserListResponse};
pub use post::{PostResponse, CreatePostRequest, PostListResponse};