Crates.io | rust-api-auto-update |
lib.rs | rust-api-auto-update |
version | 1.0.0 |
source | src |
created_at | 2024-02-13 18:44:33.821227 |
updated_at | 2024-02-13 18:44:33.821227 |
description | Rust Auto-Updater Library |
homepage | |
repository | https://github.com/dejitzen/rust-api-auto-update |
max_upload_size | |
id | 1138805 |
size | 58,726 |
Rust Auto-Updater is a lightweight, easy-to-integrate library for Rust applications that simplifies the process of adding automatic updates. With minimal configuration, your application can check for updates, download them, and apply them without manual intervention. This library is designed to be flexible, supporting various update sources and strategies.
Ensure you have Rust installed on your system. Visit https://www.rust-lang.org/tools/install for instructions.
Add Rust Auto-Updater to your Cargo.toml
:
[dependencies]
rust_auto_updater = "1.0.0"