winrt-notification icon indicating copy to clipboard operation
winrt-notification copied to clipboard

An incomplete wrapper over the WinRT toast api written in rust

Results 8 winrt-notification issues
Sort by recently updated
recently updated
newest added

This adds some support and examples for the following actions: * Selection * Text * Button/ Action To get the values from the actions and input fields some handlers were...

I'm interested in seeing this happen, and I'm not afraid to write code for it, but I don't really know anything about the toast API. What I'm looking to be...

Just got hit by the security alert. Since there hasn't been any news at #18 for a while, here's another one to bump it directly to 0.37.0.

`xml-rs` has become unmaintained and has some issues with integer overflows. https://rustsec.org/advisories/RUSTSEC-2022-0048.html `quick-xml` is the recommended alternative.

Headers can be used to group notifications.

Thanks for working on this crate, it was really helpful as a reference to use the Windows crate to produce a toast notification with progress bar added :grinning: Would you...

What is the purpose of https://github.com/allenbenz/winrt-notification/blob/f7879fd06615cb62692469966edf28326639d7dc/src/lib.rs#L335? Is the toast notification function not blocking?

creating this to add styling support to text in the notification, I looked up the documentation[1] and tried to myself with the help of without_library.rs you had in examples. In...