#alert #message-box #dialog

alerts

一个警报消息对话框

2 个版本

使用旧的 Rust 2015

0.1.1 2018年9月8日
0.1.0 2018年9月8日

20#alert 中排名

每月下载 33

MIT/Apache

4KB

rust-alerts


lib.rs:

一个简单的消息框工具,是围绕 C API 的封装。

示例

extern crate alerts;

fn main() {
    alert::alert("Alert","hello world");
}

依赖项

~175KB