hoodie / notify-rust

☝️send desktop notifications from your Rust app.
Apache License 2.0
1.15k stars 74 forks source link

Consider adding no-op methods #223

Open nazar-pc opened 2 months ago

nazar-pc commented 2 months ago

Methods like .urgency() are currently available for some platforms, which forces users to write cumbersome conditionally compiled code when calling them. It would be very convenient if method was available on all platforms, but did nothing where it is not supported.