#com #uploading #link #anonfiles

rust-anonfiles-api

A simple project for uploading files to anonfiles.com

2 releases

0.1.1 Apr 24, 2022
0.1.0 Apr 24, 2022

#10 in #uploading

MIT license

5KB
60 lines

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

Dependencies

~16–24MB
~363K SLoC