Skip to main content

rust_webx_spa/
lib.rs

1// rust-webx-spa — SPA static file serving middleware.
2
3mod spa;
4
5pub use spa::SpaMiddleware;