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 "default" feature of "rust-embed-impl" crate.