rust-notifica icon indicating copy to clipboard operation
rust-notifica copied to clipboard

Small, cross-platform Rust crate for sending system notifications

Results 7 rust-notifica issues
Sort by recently updated
recently updated
newest added

Browsers have a [Web Notification API](https://developer.mozilla.org/en-US/docs/Web/API/Notifications_API/Using_the_Notifications_API) available from JavaScript, that would be great if this crate could use it when compiled to webassembly.

help wanted

(From my comment on reddit and as a reminder for myself) You might want to change the notify method to return a `Result` and don't call `unwrap()` in your code....

help wanted

It could be really helpful to have the ability to register a onclick callback to open a website or application. I don't know how hard this is to implement on...

Hi there, I'm curious why you opted to use both `mac-notification-sys` and `notify-rust` as the later one encapsulates `mac-notification-sys` completely. If you found any issues regarding usability or API I'd...

mac

The winrt doc for uninit states > Unitializes the Windows Runtime. This must not be called as long as any Windows Runtime object is still alive. (https://docs.rs/winrt/*/x86_64-pc-windows-msvc/winrt/struct.RuntimeContext.html#method.uninit) From my understanding,...

windows

Could a list of supported operation systems and notification backends be specified in the README? That would clarify support questions some might be having, like: what backends are supported on...

help wanted

I'm not sure what a cross platform API could look like for this. it could be an enum rather than arbitrary images...