Crate gtk_blueprint

Source

Macrosยง

gen_blp_map
Generates a Map of all the blueprints in the project and their paths. Requires crate phf as a dependency in your project.
get_blp
Get the compiled blueprints generated by gen_blp_map!
include_blp
Embeds a GtkUI compiled from a Blueprint file as a string to your Rust code.