28 releases

0.12.2 Apr 2, 2025
0.12.1 Feb 17, 2025
0.12.0 Nov 19, 2024
0.11.2 Jun 26, 2024
0.3.0 Jun 27, 2023

#16 in #at-proto

Download history 105/week @ 2024-12-28 324/week @ 2025-01-04 478/week @ 2025-01-11 357/week @ 2025-01-18 357/week @ 2025-01-25 451/week @ 2025-02-01 393/week @ 2025-02-08 600/week @ 2025-02-15 534/week @ 2025-02-22 484/week @ 2025-03-01 912/week @ 2025-03-08 939/week @ 2025-03-15 605/week @ 2025-03-22 706/week @ 2025-03-29 724/week @ 2025-04-05 497/week @ 2025-04-12

2,666 downloads per month
Used in 20 crates (5 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
~60K SLoC