pictogram_icons_oct/lib.rs
1#![doc = include_str!("../README.md")]
2
3/// Exports the index of the available icons
4pub mod index {
5 #![allow(non_upper_case_globals)]
6
7 pictogram_icons::generate_index!();
8}
9
10/// Exports the manifest directory for the proc-macro
11pub const CARGO_MANIFEST_DIR: &str = env!("CARGO_MANIFEST_DIR");