rust-embed icon indicating copy to clipboard operation
rust-embed copied to clipboard

Compress folder instead of each file separately

Open YouKnow-sys opened this issue 1 year ago • 0 comments

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...

YouKnow-sys avatar Jul 30 '24 15:07 YouKnow-sys