# Simple Heartbeats Rust Wrappers The `hbs-acc` crate provides abstractions over the `hbs-acc-sys` crate, available at [https://github.com/libheartbeats/heartbeats-simple-sys](https://github.com/libheartbeats/heartbeats-simple-sys). ## Dependencies The `hbs-acc` crate depends on the `hbs-acc-sys` crate. ## Usage Add `hbs-acc` as a dependency in `Cargo.toml`: ```toml [dependencies.hbs-acc] git = "https://github.com/libheartbeats/heartbeats-simple-rust.git" ```