Skip to content

thewh1teagle/winmsg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

winmsg

Feature rich Rust crate for creating a message box in Windows

Crates License

Install

cargo add winmsg

Basic usage

use winmsg::{message_box, Options};

fn main() {
    message_box(Options {
        title: "Hello world!".into(),
        description: "How are you?".into(),
        ..Default::default()
    });
}

Examples

See examples

About

Feature rich rust crate for message box in windows

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages