vaserve 14.2.4

Static file serving and directory listing - a Rust clone of vercel/serve
Documentation
1
2
3
4
5
pub mod cli;
pub mod config;
pub mod handler;
pub mod server;
pub mod templates;