pictogram-icons-simple 0.3.0

Simple icons export for pictogram
Documentation
1
2
3
4
5
6
7
8
9
10
11
#![doc = include_str!("../README.md")]

/// Exports the index of the available icons
pub mod index {
    #![allow(non_upper_case_globals)]

    pictogram_icons::generate_index!();
}

/// Exports the manifest directory for the proc-macro
pub const CARGO_MANIFEST_DIR: &str = env!("CARGO_MANIFEST_DIR");