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
[dependencies]
hbs-sys = "0.2"
libc = "0.2"

[lib]
name = "hbs"
path = "lib.rs"

[package]
authors = ["Connor Imes <connor.k.imes@gmail.com>"]
description = "Rust abstractions for hbs-sys"
homepage = "https://github.com/libheartbeats/heartbeats-simple-rust"
keywords = ["heartbeats", "performance"]
license = "MIT"
name = "hbs"
repository = "https://github.com/libheartbeats/heartbeats-simple-rust"
version = "0.2.0"