Custom Derive Macro which loads files into the rust binary
Description
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.
This package contains library source intended for building other packages which
use the "debug-embed" feature of the "rust-embed-impl" crate.