# iarapi-rs `iarapi-rs` is a Rust library for interacting with the IAmResponding API, supporting flexible HTTP client and async runtimes. ## Features - Provides an `IamRespondingAPI` struct to interact with the IAmResponding service. - Customizable HTTP client through the `HttpClient` trait. - Async-ready and runtime-agnostic with `async-trait`. ## Installation Add this to your `Cargo.toml`: ```toml [dependencies] iarapi-rs = "0.1.0"