Skip to main content

lrwf_web/
lib.rs

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