About this crate
This crate offers convenience macros for gvdb.
Currently the only implemented macro is include_gresource_from_xml!()
Example
This example compiles a GResource XML file and includes the bytes in the file.
use include_gresource_from_xml;
const GRESOURCE_BYTES: & = include_gresource_from_xml!;