rust-embed
rust-embed copied to clipboard
Compress folder instead of each file separately
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 overall binary size.
currently only one other crate seem to be able to do this named include_assets but the problem with that crate is its not nearly as complete and maintained as this crate...