packdir
Easily embed a directory of files into a rust program, with xz and gzip compression support. Lazy unpack and cache files via random access, or inflate them all up front.
Usage
In your_crate/embed/hello.txt:
Hello World!
In your_crate/build.rs:
In your_crate/src/main.rs: