iarapi-rs

Crates.ioiarapi-rs
lib.rsiarapi-rs
version0.1.1
sourcesrc
created_at2024-10-31 02:06:51.04184
updated_at2024-11-01 06:18:26.215909
descriptionA Rust library for interacting with the IAmResponding API.
homepagehttps://github.com/HeroesLament/iarapi-rs
repository
max_upload_size
id1429542
size11,697
(HeroesLament)

documentation

https://docs.rs/iarapi-rs

README

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"
Commit count: 0

cargo fmt