소스 검색

`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/