rust-webx-spa 0.2.1

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

mod spa;

pub use spa::SpaMiddleware;