win7-notifications 0.2.0

Send Windows 10 styled notifications on Windows 7.
Documentation
1
2
3
4
5
6
7
8
9
10
11
// Copyright 2019-2021 Tauri Programme within The Commons Conservancy
// SPDX-License-Identifier: Apache-2.0
// SPDX-License-Identifier: MIT

windows::include_bindings!();

mod notification;
mod timeout;
mod util;

pub use crate::{notification::Notification, timeout::Timeout};