get_blp!() { /* proc-macro */ }
Expand description

Get the compiled blueprints generated by gen_blp_map!

The macro takes the path of the blueprint relative to the Project Root as input. Macro results in something like __COMPILED_BLUEPRINT_MAP__.get("path").unwrap(), and that returns the &'static str that is the compiled blueprint.