{"id":17816976,"url":"https://github.com/thewh1teagle/winmsg","last_synced_at":"2025-03-18T03:31:14.690Z","repository":{"id":195118751,"uuid":"692475008","full_name":"thewh1teagle/winmsg","owner":"thewh1teagle","description":"Feature rich rust crate for message box in windows","archived":false,"fork":false,"pushed_at":"2024-05-12T16:29:25.000Z","size":11,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-09-17T22:45:10.703Z","etag":null,"topics":["crate","messagebox","rust","winapi"],"latest_commit_sha":null,"homepage":"https://crates.io/crates/winmsg","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/thewh1teagle.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"MIT-LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2023-09-16T15:38:24.000Z","updated_at":"2024-05-12T16:29:28.000Z","dependencies_parsed_at":"2023-09-28T08:11:18.496Z","dependency_job_id":null,"html_url":"https://github.com/thewh1teagle/winmsg","commit_stats":null,"previous_names":["thewh1teagle/winmsg"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thewh1teagle%2Fwinmsg","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thewh1teagle%2Fwinmsg/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thewh1teagle%2Fwinmsg/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thewh1teagle%2Fwinmsg/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thewh1teagle","download_url":"https://codeload.github.com/thewh1teagle/winmsg/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":221705664,"owners_count":16867023,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["crate","messagebox","rust","winapi"],"created_at":"2024-10-27T16:39:57.258Z","updated_at":"2024-10-27T16:39:57.840Z","avatar_url":"https://github.com/thewh1teagle.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# winmsg\r\nFeature rich `Rust` `crate` for creating a [message box](https://learn.microsoft.com/en-us/windows/win32/api/winuser/nf-winuser-messageboxw) in `Windows` \r\n\r\n[![Crates](https://img.shields.io/crates/v/winmsg?logo=rust)](https://crates.io/crates/winmsg/)\r\n[![License](https://img.shields.io/github/license/thewh1teagle/winmsg?color=00aaaa\u0026logo=license)](LICENSE.txt)\r\n\r\n# Install\r\n```shell\r\ncargo add winmsg\r\n```\r\n\r\n# Basic usage\r\n```rust\r\nuse winmsg::{message_box, Options};\r\n\r\nfn main() {\r\n    message_box(Options {\r\n        title: \"Hello world!\".into(),\r\n        description: \"How are you?\".into(),\r\n        ..Default::default()\r\n    });\r\n}\r\n```\r\n\r\n# Examples\r\n\r\nSee [examples](examples)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthewh1teagle%2Fwinmsg","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthewh1teagle%2Fwinmsg","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthewh1teagle%2Fwinmsg/lists"}