| Crates.io | atrium-xrpc |
| lib.rs | atrium-xrpc |
| version | 0.12.3 |
| created_at | 2023-06-07 13:49:37.783754+00 |
| updated_at | 2025-04-27 13:30:27.626508+00 |
| description | XRPC library for AT Protocol (Bluesky) |
| homepage | |
| repository | https://github.com/atrium-rs/atrium |
| max_upload_size | |
| id | 884781 |
| size | 33,243 |
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.