From 70106e0689546fee497814c63a6a4747e0937b36 Mon Sep 17 00:00:00 2001 From: Jake Rawsthorne Date: Wed, 24 Feb 2021 18:27:47 +0000 Subject: [PATCH] docs: link to rust-bitcoinconsensus --- doc/shared-libraries.md | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/shared-libraries.md b/doc/shared-libraries.md index 147e2237115..bd4bd60d1a0 100644 --- a/doc/shared-libraries.md +++ b/doc/shared-libraries.md @@ -48,3 +48,4 @@ The interface is defined in the C header `bitcoinconsensus.h` located in `src/sc - [node-libbitcoinconsensus](https://github.com/bitpay/node-libbitcoinconsensus) (Node.js Bindings) - [java-libbitcoinconsensus](https://github.com/dexX7/java-libbitcoinconsensus) (Java Bindings) - [bitcoinconsensus-php](https://github.com/Bit-Wasp/bitcoinconsensus-php) (PHP Bindings) +- [rust-bitcoinconsensus](https://github.com/rust-bitcoin/rust-bitcoinconsensus) (Rust Bindings) \ No newline at end of file