# Qiniu Rust SDK with libcurl
[](https://github.com/bachue/rust-sdk/blob/master/LICENSE)
[](https://travis-ci.org/bachue/rust-sdk)
## 关于
本模块为 `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 协议发布:
* [opensource.org/licenses/Apache-2.0](https://opensource.org/licenses/Apache-2.0)