rust-webx-spa 0.3.0

rust-webx SPA: static file serving middleware
Documentation
1
2
3
4
5
// rust-webx-spa — SPA static file serving middleware.

mod spa;

pub use spa::SpaMiddleware;