ruskit 0.1.5

A modern web framework for Rust inspired by Laravel
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
pub mod database;
pub mod inertia;
pub mod middleware;
pub mod routing;
pub mod typescript;
pub mod validation;
pub mod views;
pub mod prelude;

pub use middleware::*;
pub use views::*;
pub use database::*;
pub use typescript::export_all_types;