#bindings #accuracy #performance #power #heartbeat

sys hbs-acc-pow-sys

libhbs-acc-pow 的 FFI 绑定

2 个版本

使用旧的 Rust 2015

0.2.1 2016 年 5 月 13 日
0.2.0 2016 年 3 月 3 日

#13#accuracy


hbs-acc-pow 中使用

MIT/Apache

11KB
202

简单的心跳 Rust 绑定

hbs-acc-pow-sys 包提供了 hbs-acc-pow C 库的声明和链接。遵循 *-sys 包约定,此包不定义对本地库函数的更高层抽象。

最新的 heartbeats-simple C 库可以在 https://github.com/libheartbeats/heartbeats-simple 找到。

依赖关系

为了使用此包,您应该将 heartbeats-simple 库安装到系统中,以便可以通过 pkg-config 找到它们。

如果找不到库,构建过程将尝试编译它们。

使用方法

Cargo.toml 中将 hbs-acc-pow-sys 添加为依赖项

[dependencies]
hbs-acc-pow-sys = "0.2"

依赖关系

~0.4–270KB