27 releases

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

#908 in Network programming

Download history 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 434/week @ 2025-02-10 545/week @ 2025-02-17 533/week @ 2025-02-24 466/week @ 2025-03-03

2,072 downloads per month
Used in 16 crates (4 directly)

MIT license

27KB
590 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
~61K SLoC