A simple project for uploading files to anonfiles.com
```cpp use rustanonfilesapi;
fn main() { println!( "Link to download - {}", rustanonfilesapi::uploadfile("PATHTO_FILE").unwrap() ); }
```
Clone the project
bash
git clone https://github.com/dumitory-dev/rust-anonfiles-api.git
Go to the project directory
bash
cd rust-anonfiles-api
Build the project
bash
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.