Checks for update on program launch if more than 24h have passed since the last check, then pops up a notification if a new version was found 📢
Installation
Install tiny_update_notifier using Cargo
Usage
.run
new
Examples
// Spawns a thread to check for updates and notify user if there is a new version available.
use run_notifier;
// equivalent to the code above
use thread;
use Notifier;