rpush 0.0.7

push files to server by rust.
Documentation
1
2
3
4
5
6
7
//! # 程序入口

use rpush::run;

fn main() {
    run();
}