# 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" ```