From e549192a89e3cce0613a7834e17e16f822dcdebd Mon Sep 17 00:00:00 2001 From: Salvatore Ingala <6681844+bigspider@users.noreply.github.com> Date: Thu, 19 Oct 2023 15:07:28 +0800 Subject: [PATCH] Update README.md to mention the Rust client library --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 07b3b3564..6ae34cd42 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ the process outputs HTML and LaTeX documentations in `doc/html` and `doc/latex` ## Client libraries -A [Python client library](bitcoin_client) and a [TypeScript client library](bitcoin_client_js) are available in this repository. +A [Python client library](bitcoin_client), a [TypeScript client library](bitcoin_client_js) and a [Rust client library](bitcoin_client_rs) are available in this repository. ## Tests & Continuous Integration