Skip to content

Commit

Permalink
chore: Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
sugyan committed Nov 10, 2023
1 parent 0c669a5 commit df8e760
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,14 @@ A library that generates Rust code for the `atrium-api` based on the analyzed le
[![](https://img.shields.io/crates/v/atrium-xrpc)](https://crates.io/crates/atrium-xrpc)
[![](https://img.shields.io/docsrs/atrium-xrpc)](https://docs.rs/atrium-xrpc)

A client library that offers a convenient way to interact with the `atrium-api` and utilize its features.
Definitions for XRPC request/response, and their associated errors.

### [`atrium-xrpc-client`](./atrium-xrpc-client/)

[![](https://img.shields.io/crates/v/atrium-xrpc-client)](https://crates.io/crates/atrium-xrpc-client)
[![](https://img.shields.io/docsrs/atrium-xrpc-client)](https://docs.rs/atrium-xrpc-client)

A library provides clients that implement the `XrpcClient` defined in [atrium-xrpc](./atrium-xrpc/)

### [`atrium-cli`](./atrium-cli/)

Expand Down

0 comments on commit df8e760

Please sign in to comment.