# XRP Ledger Hooks API for Rust [![Documentation](https://docs.rs/rshooks-api/badge.svg)](https://docs.rs/rshooks-api) [![CI Status (Github Actions)](https://github.com/tequdev/rshooks-api/workflows/CI/badge.svg?main)](https://github.com/tequdev/rshooks-api/actions) [![CD Status (Github Actions)](https://github.com/tequdev/rshooks-api/workflows/CD/badge.svg?main)](https://github.com/tequdev/rshooks-api/actions) This crate allows you to write XRPL hooks in Rust. For a quick start and to view examples, see [xrpl-hook-template](https://github.com/otov4its/xrpl-hook-template/) repo. # Documentation [Documentation](https://docs.rs/rshooks-api/) # Release history See [HISTORY.md](HISTORY.md) # Tests ```bash $ cargo test ``` # License [LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT