Crate cli_autoupdate

Source

Structs§

RemoteVersion
Deserialized object of the remote json file, used to check for updates Example:

Enums§

Error

Traits§

Config
Configuration implementation for the current package
Registry
This trait is responsible to gives the base url for and the final path of the update json package description

Functions§

check_version
Check if there’s a new version available Example:
update_self
Check for updates and auto-update the current binary, if a new version is available

Type Aliases§

Result