#com #uploading #link #anonfiles

rust-anonfiles-api

一个简单的上传文件到 anonfiles.com 的项目

2 个版本

0.1.1 2022年4月24日
0.1.0 2022年4月24日

#10 in #uploading

MIT 许可证

5KB
60

rust-anonfiles-api

build

一个简单的上传文件到 anonfiles.com 的项目

使用示例

use rust_anonfiles_api;

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

本地构建

克隆项目

  git clone https://github.com/dumitory-dev/rust-anonfiles-api.git

进入项目目录

  cd rust-anonfiles-api

构建项目

  cargo build

贡献

欢迎提交拉取请求。对于重大更改,请首先提交问题以讨论您希望更改的内容。

请确保根据需要更新测试。

许可证

MIT

依赖项

~10–17MB
~252K SLoC