Rust Custom Derive Macro which loads files into the rust binary at compile time during release and loads the file from the fs during dev
# Cargo.toml
[dependencies]
rust-embed = "8.11.0"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Embed files from a folder into the binary at compile time.
Use `--release` to embed files into the binary.
No dependency data recorded yet.