autoupdater
This crate was written to allow for easy rust application auto-updating.
Usage
To use this crate add it as a dependency to your Cargo.toml
autoupdater = "0.1.0"
Examples
To fetch and download an update you may do something like this
let mut api = new;
api.current_version;
let download = api.get_newer?;
println!;
if let Some = download
For more examples look in the examples directory.
Features
rustls-tls: Enables native rust TLS implementation for requests.