16 releases

0.1.15 Aug 9, 2025
0.1.14 Jan 3, 2025
0.1.13 Jul 12, 2024
0.1.12 Feb 22, 2024
0.1.4 May 17, 2022

#935 in GUI

Download history 266/week @ 2025-08-18 308/week @ 2025-08-25 366/week @ 2025-09-01 376/week @ 2025-09-08 289/week @ 2025-09-15 283/week @ 2025-09-22 199/week @ 2025-09-29 370/week @ 2025-10-06 431/week @ 2025-10-13 446/week @ 2025-10-20 176/week @ 2025-10-27 300/week @ 2025-11-03 141/week @ 2025-11-10 174/week @ 2025-11-17 225/week @ 2025-11-24 604/week @ 2025-12-01

1,180 downloads per month

MIT/Apache

205KB
4.5K SLoC

About this crate

This crate offers convenience macros for gvdb. The macros are include_gresource_from_xml!() and include_gresource_from_dir!()

Crates.io

Examples

Compile a GResource XML file and include the bytes in the file.

use gvdb_macros::include_gresource_from_xml;
static GRESOURCE_BYTES: &[u8] = include_gresource_from_xml!("test-data/gresource/test3.gresource.xml");

Scan a directory and create a GResource file with all the contents of the directory.

use gvdb_macros::include_gresource_from_dir;
static GRESOURCE_BYTES: &[u8] = include_gresource_from_dir!("/gvdb/rs/test", "test-data/gresource/");

License

gvdb and gvdb-macros are available under the MIT OR Apache-2.0 license. See the LICENSES folder for the complete license text.

SVG icon files included in test-data/gresource/icons/ are available under the CC0-1.0 license and redistributed from Icon Development Kit. See CC0-1.0.txt and file for complete license text.

Dependencies

~5.5–8.5MB
~169K SLoC