3 unstable releases
Uses old Rust 2015
0.2.1 | May 13, 2016 |
---|---|
0.2.0 | Mar 3, 2016 |
0.1.0 | Nov 30, 2015 |
#6 in #heartbeats
Used in hbs-pow
10KB
192 lines
Simple Heartbeats Rust Bindings
The hbs-pow-sys
crate provides declarations and linkage for the
hbs-pow
C library.
Following the *-sys package conventions, this crate does not define
higher-level abstractions over the native library functions.
The latest heartbeats-simple
C libraries can be found at
https://github.com/libheartbeats/heartbeats-simple.
Dependencies
In order to use this crate, you should have the heartbeats-simple
libraries
installed to the system where they can be found by pkg-config
.
If the libraries are not found, the build process will try to compile them.
Usage
Add hbs-pow-sys
as a dependency in Cargo.toml
:
[dependencies]
hbs-pow-sys = "0.2"
Dependencies
~0.4–270KB