Crate tiny_update_notifier

Source

Structs§

Notifier
Use Notifier::new(source, pkg_version, pkg_name, pkg_repo_url).run() to check for updates and notify user if there is a new version available.

Enums§

Source
Source to check for updates

Functions§

check_cratesIO
Spawns a thread to check for updates on Crates.io and notify user if there is a new version available.
check_github
Spawns a thread to check for updates on GitHub Releases and notify user if there is a new version available.