#api #run-time #async-trait #runtime-agnostic #i-am-responding

iarapi-rs

A Rust library for interacting with the IAmResponding API

2 releases

0.1.1 Nov 1, 2024
0.1.0 Oct 31, 2024

#727 in HTTP client

43 downloads per month

MIT/Apache

11KB
202 lines

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:

[dependencies]
iarapi-rs = "0.1.0"

Dependencies

~0.5–1.4MB
~30K SLoC