3个不稳定版本
使用旧的Rust 2015
0.2.1 | 2016年5月13日 |
---|---|
0.2.0 | 2016年3月3日 |
0.1.0 | 2015年11月30日 |
#17 in #heartbeat
用于 hbs-pow
10KB
192 行代码(不包括注释)
简单心跳Rust绑定
hbs-pow-sys
包提供了对 hbs-pow
C库的声明和链接。遵循 *-sys 包约定,此包不定义对本地库函数的更高层次抽象。
最新的 heartbeats-simple
C库可以在 https://github.com/libheartbeats/heartbeats-simple 找到。
依赖项
为了使用此包,您应该在可以由 pkg-config
找到的系统上安装 heartbeats-simple
库。
如果找不到库,构建过程将尝试编译它们。
使用方法
在 Cargo.toml
中将 hbs-pow-sys
添加为依赖项
[dependencies]
hbs-pow-sys = "0.2"
依赖项
~0.4–270KB