Rust-embed
A rust macro which loads files into the rust binary at compile time during release and loads the file from the fs during dev
You can use this to embed your css, js and images into a single executable which can be deployed to your servers. Also it makes it easy to build a very small docker image for you to deploy
