From 27c2d89c34cd96164658a011e222147222ec0690 Mon Sep 17 00:00:00 2001 From: thesimplekid Date: Sat, 2 Sep 2023 13:44:19 +0100 Subject: [PATCH] `bindings/python:` readme --- bindings/README.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 bindings/README.md diff --git a/bindings/README.md b/bindings/README.md new file mode 100644 index 00000000..febbfc87 --- /dev/null +++ b/bindings/README.md @@ -0,0 +1,8 @@ +# Cashu bindings + +- UniFFI (Kotlin (soon), Swift (soon), Python): + * [cashu-ffi](./cashu-ffi/): UniFFI bindings of the [cashu] crate + * [cashu-sdk-ffi](./cashu-sdk-ffi/): UniFFI bindings of the [cashu-sdk] crate + +[cashu]: ../crates/cashu/ +[cashu-sdk]: ../crates/cashu-sdk/