Crates.io | rust-anonfiles-api |
lib.rs | rust-anonfiles-api |
version | 0.1.1 |
source | src |
created_at | 2022-04-24 14:58:01.733018 |
updated_at | 2022-04-24 15:00:31.300901 |
description | A simple project for uploading files to anonfiles.com |
homepage | |
repository | https://github.com/dumitory-dev/rust-anonfiles-api |
max_upload_size | |
id | 573166 |
size | 6,127 |
A simple project for uploading files to anonfiles.com
use rust_anonfiles_api;
fn main() {
println!(
"Link to download - {}",
rust_anonfiles_api::upload_file("PATH_TO_FILE").unwrap()
);
}
Clone the project
git clone https://github.com/dumitory-dev/rust-anonfiles-api.git
Go to the project directory
cd rust-anonfiles-api
Build the project
cargo build
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.