qdot / systray-rs

Allows rust applications to show a platform specific system tray icon and menu.
BSD 3-Clause "New" or "Revised" License
170 stars 66 forks source link

Using `&str` instead of `&String` in all function prototypes #19

Closed mzji closed 4 years ago

mzji commented 7 years ago

Allowing using static string slice references will enhance performance.

qdot commented 4 years ago

I think this is done in 0.4.0.