30 releases
Uses new Rust 2024
| 0.12.4 | Dec 27, 2025 |
|---|---|
| 0.12.3 | Apr 27, 2025 |
| 0.12.1 | Feb 17, 2025 |
| 0.12.0 | Nov 19, 2024 |
| 0.3.0 | Jun 27, 2023 |
#1201 in Network programming
5,364 downloads per month
Used in 30 crates
(6 directly)
28KB
590 lines
ATrium XRPC
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
~1.7–3MB
~57K SLoC