Static files
Static files provides an easy way to declare and embed your static files.
Declare your static files
This will embed the static files in your binary at compile time with include_bytes!.
It will try to find the files starting from the root of your project: CARGO_MANIFEST_DIR.
use *;
async
Render them