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.