一个警报消息对话框
作者:Mandar Shinde
使用旧的 Rust 2015
20 在 #alert 中排名
每月下载 33 次
4KB
lib.rs
一个简单的消息框工具,是围绕 C API 的封装。
extern crate alerts; fn main() { alert::alert("Alert","hello world"); }
~175KB