hbs 0.2.0

Rust abstractions for hbs-sys
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Simple Heartbeats Rust Wrappers

The `hbs` crate provides abstractions over the `hbs-sys` crate,
available at
[https://github.com/libheartbeats/heartbeats-simple-sys](https://github.com/libheartbeats/heartbeats-simple-sys).

## Dependencies

The `hbs` crate depends on the `hbs-sys` crate.

## Usage
Add `hbs` as a dependency in `Cargo.toml`:

```toml
[dependencies.hbs]
git = "https://github.com/libheartbeats/heartbeats-simple-rust.git"
```