Crate static_serve_macro

Source
Expand description

Proc macro crate for compressing and embedding static assets in a web server Macro invocation: embed_assets!('path/to/assets', compress = true);

Macrosยง

embed_assets
Embed and optionally compress static assets for a web server