Upgrade
Read this in other languages: English, 简体中文.
Description
A Rust crate to upgrade your program easily. (Based on self-replace.)
Usage
Add this to your Cargo.toml:
[]
= "~0.4"
Example
Using the Builder mode:
use Builder;
A shortcut:
use upgrade;