Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 1.03 KB

README.md

File metadata and controls

37 lines (22 loc) · 1.03 KB

通用 Qiniu SDK

License Build Status

关于

该工具用于解析 qiniu-c 生成的 libqiniu_ng.h 并将其翻译为多种高级语言的绑定代码。

依赖环境

  • Rust 1.38+
  • llvm & libclang 10

使用方法

参见 cargo run -- --help 的输出结果。

设计文档

参见 DESIGN.md

贡献代码

  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 协议发布: