transfer-rs-0.3.0 has been yanked.
transfer-rs
Small Rust library to upload files to transfer.sh. Created for practical experience in Rust, you can probably do this in one line using bash.
Usage
extern crate transfer;
use upload;
A simple application is provided in the bin directory as a working example.
Building
- Install rustc using RustUp
- Run
cargo build --release