From 2d3ca05e91538da08173091ccb6fb959c1500edf Mon Sep 17 00:00:00 2001 From: sugyan Date: Fri, 10 Nov 2023 22:53:17 +0900 Subject: [PATCH] chore: Update README --- atrium-xrpc-client/README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/atrium-xrpc-client/README.md b/atrium-xrpc-client/README.md index a59e5627..1b712ebe 100644 --- a/atrium-xrpc-client/README.md +++ b/atrium-xrpc-client/README.md @@ -1,5 +1,10 @@ # 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) +[![](https://img.shields.io/crates/l/atrium-xrpc-client)](https://github.com/sugyan/atrium/blob/main/LICENSE) +[![Rust](https://github.com/sugyan/atrium/actions/workflows/xrpc-client.yml/badge.svg?branch=main)](https://github.com/sugyan/atrium/actions/workflows/xrpc-client.yml) + This library provides clients that implement the [`XrpcClient`](https://docs.rs/atrium-xrpc/latest/atrium_xrpc/trait.XrpcClient.html) defined in [`atrium-xrpc`](../atrium-xrpc/). To accommodate a wide range of use cases, four feature flags are provided to allow developers to choose the best asynchronous HTTP client library for their project as a backend. ## Features