cmdpal 0.3.0

Rust SDK for PowerToys Command Palette
Documentation
1
2
3
4
5
6
7
8
9
10
//! Icons for Command Palette.

pub mod data;
pub mod info;

#[doc(inline)]
pub use data::IconData;

#[doc(inline)]
pub use info::IconInfo;