27 releases

new 0.12.1 Feb 17, 2025
0.12.0 Nov 19, 2024
0.11.6 Oct 28, 2024
0.11.2 Jun 26, 2024
0.3.0 Jun 27, 2023

#1206 in Network programming

Download history 259/week @ 2024-10-28 145/week @ 2024-11-04 239/week @ 2024-11-11 528/week @ 2024-11-18 306/week @ 2024-11-25 435/week @ 2024-12-02 362/week @ 2024-12-09 265/week @ 2024-12-16 119/week @ 2024-12-23 141/week @ 2024-12-30 443/week @ 2025-01-06 392/week @ 2025-01-13 392/week @ 2025-01-20 325/week @ 2025-01-27 504/week @ 2025-02-03 414/week @ 2025-02-10

1,688 downloads per month
Used in 14 crates (3 directly)

MIT license

27KB
586 lines

ATrium XRPC

Rust

Definitions for ATProto's XRPC request/response, and their associated errors.

The XrpcClient trait inherits from and uses HttpClient to provide a default implementation for handling XRPC requests. So developers can create their own Client for XRPC by implementing an HttpClient that sends asynchronous HTTP requests according to this interface.

Dependencies

~2–3MB
~60K SLoC