瀏覽代碼

`bindings/python:` readme

thesimplekid 1 年之前
父節點
當前提交
27c2d89c34
共有 1 個文件被更改,包括 8 次插入0 次删除
  1. 8 0
      bindings/README.md

+ 8 - 0
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/