win32_notif 0.15.2

Wrapper around Windows UWP XAML (WinRT) Notification api
Documentation
1
2
3
4
5
6
7
8
9
mod group;
mod subgroup;

pub use group::*;
pub use subgroup::*;

use crate::ToXML;

pub trait SubgroupXML: ToXML {}