2 个版本
使用旧的 Rust 2015
0.1.1 | 2015 年 5 月 5 日 |
---|---|
0.1.0 | 2015 年 4 月 21 日 |
100 在 #导入
710KB
12K SLoC
一个使用 动力 协议的库,用 Rust 编写。
入门
安装 Rust
如果你还没有 Rust,快速安装当前 nightly 版本的方法是运行
curl -s https://static.rust-lang.org/rustup.sh | sudo sh -s -- --channel=nightly
如果你需要其他安装选项,请访问官方的 安装指南。
添加 Kinetic-rust 依赖项
如果你使用 Cargo 并想使用最新的稳定 Kinetic-rust crate,可在 crates.io 中添加以下内容到你的 Cargo.toml
[dependencies.kinetic-rust]
如果你想直接将依赖项链接到 GitHub 仓库,则添加以下内容
[dependencies.kinetic-rust]
git = "https://github.com/icorderi/kinetic-rust.git"
注意:有关处理 依赖项 的更多信息,请查看官方 cargo 网站。
导入 Kinetic-rust
要将 Kinetic-rust 从代码中导入,请添加以下语句
extern crate kinetic; // depend on the kinetic-rust library
[可选] 从源代码安装 Kinetic-rust
git clone https://github.com/icorderi/kinetic-rust.git
cd kinetic-rust
cargo build --release
注意:使用
--release
标志将启用优化编译代码。
此外,您还可以运行测试或本地编译文档
cargo test
cargo doc
本地 HTML 文档将在 ./target/doc/kinetic/index.html
中可用。
注意:一些测试可能需要您拥有动力设备。如果没有实际设备,您可以使用 模拟器。
文档
如果您需要帮助,请不要忘记查看库的在线 文档。
贡献
许可证
本项目采用 The MIT License (MIT) 许可证
依赖项
~8–18MB
~212K SLoC