rust-anonfiles-api

Crates.iorust-anonfiles-api
lib.rsrust-anonfiles-api
version0.1.1
sourcesrc
created_at2022-04-24 14:58:01.733018
updated_at2022-04-24 15:00:31.300901
descriptionA simple project for uploading files to anonfiles.com
homepage
repositoryhttps://github.com/dumitory-dev/rust-anonfiles-api
max_upload_size
id573166
size6,127
Dmitry (dumitory-dev)

documentation

README

rust-anonfiles-api

build

A simple project for uploading files to anonfiles.com

Usage Example

use rust_anonfiles_api;

fn main() {
    println!(
        "Link to download - {}",
        rust_anonfiles_api::upload_file("PATH_TO_FILE").unwrap()
    );
}

Build Locally

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

Contributing

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.

License

MIT

Commit count: 10

cargo fmt