#rocket #web-server #bridge #binary #serve #include-dir #static-file

rocket-include-dir

Bridges include_dir and rocket, enabling Rocket to serve files directly from the binary

2 stable releases

1.1.0 May 6, 2024
1.0.0 May 6, 2024

#382 in HTTP server

Download history 245/week @ 2024-05-05 4/week @ 2024-05-12 5/week @ 2024-05-19

254 downloads per month

MIT/Apache

8KB
132 lines

Static file server, from inside the binary

Acts as a bridge between include_dir and rocket, enabling you to serve files directly out of the binary executable.


lib.rs:

Static file server, from inside the binary

Acts as a bridge between include_dir and rocket, enabling you to serve files directly out of the binary executable.

See StaticFiles for more details.

Dependencies

~15–51MB
~819K SLoC