Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 929 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 929 Bytes

Qiniu Rust SDK with libcurl

License Build Status

关于

本模块为 qiniu-rust-http 所定义的 HTTP 客户端接口提供基于 libcurl 的实现。

依赖环境

  • Rust 1.38+
  • libcurl

贡献代码

  1. Fork
  2. 创建您的特性分支 (git checkout -b my-new-feature)
  3. 提交您的改动 (git commit -am 'Added some feature')
  4. 将您的修改记录提交到远程 git 仓库 (git push origin my-new-feature)
  5. 然后到 github 网站的该 git 远程仓库的 my-new-feature 分支下发起 Pull Request

许可证

Copyright (c) 2012-2020 qiniu.com

基于 Apache 2.0 协议发布: