{"id":74010,"library":"winrt-notification","title":"WinRT Notification","description":"An incomplete wrapper over the WinRT toast api","status":"active","version":"0.5.1","language":"rust","source_language":null,"source_url":"https://github.com/allenbenz/winrt-notification","tags":["windows","notification","winrt","toast"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\nwinrt-notification = \"0.5.1\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add winrt-notification","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"Toast","correct":"use winrt_notification::Toast;"}],"quickstart":{"code":"use winrt_notification::Toast;\n\nlet toast = Toast::new(\"AppId\")\n    .title(\"Hello\")\n    .text(\"World\");\ntoast.show().unwrap();","lang":"rust","description":"Show a Windows toast notification."},"warnings":[{"fix":"Ensure the application runs on Windows 10+ with appropriate capabilities.","message":"Only works on Windows with WinRT support","severity":"gotcha","affected_versions":">=0.5.0"}],"env_vars":null,"search_vec":"'api':10 'incomplet':4 'notif':2,12 'toast':9,14 'window':11 'winrt':1,8,13 'wrapper':5","created_at":"2026-06-17T18:57:45.274283+00:00","updated_at":"2026-06-17T18:57:45.274283+00:00","problems":[],"ecosystem":"crates","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/allenbenz/winrt-notification","github":"https://github.com/allenbenz/winrt-notification","docs":"https://docs.rs/winrt-notification/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["utility"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}