rust-embed
rust-embed copied to clipboard
Rust Macro which loads files into the rust binary at compile time during release and loads the file from the fs during dev.
It would be nicer if we could compress the whole folder (optional or by default) when the `compression` feature is enabled; as it can result on better compression and smaller...
A proof of concept with CI failing and more comments are located here: https://github.com/kevaundray/poc-rust-embed ### Reproduce I am doing the following things in Docker: - Compiling a Rust program and...
this may help #233 following is an simple benchmark output 