Definitions for ATProto's XRPC request/response, and their associated errors.
And a client using reqwest
that can be used as its default implementation is included.
```rust use atrium_xrpc::client::reqwest::ReqwestClient;
let client = ReqwestClient::new("https://bsky.social".into()); ```