win_msgbox_timeout 1.1.0

Windows message boxes and notification helpers for Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name        = "win_msgbox_timeout"
authors     = ["Mikachu2333"]
license     = "MIT"
version     = "1.1.0"
edition     = "2024"
description = "Windows message boxes and notification helpers for Rust"
readme      = "README.md"
keywords    = ["windows", "messagebox", "notification", "win32"]
categories  = ["os::windows-apis", "gui"]

[lib]
name = "win_msgbox_timeout"
path = "lib.rs"