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