ruskit 0.1.5

A modern web framework for Rust inspired by Laravel
Documentation
1
2
3
4
5
6
7
fn main() {
    println!("cargo:rerun-if-changed=src/app/dtos");
    println!("cargo:rerun-if-changed=templates/");
    
    // The TypeScript types will be generated at runtime when the app starts
    // This is just to ensure the build system tracks changes to the DTOs
}