From e804dd757385d961fb5d6316c05f945ce0eac588 Mon Sep 17 00:00:00 2001 From: Kevin Jahns Date: Wed, 4 Sep 2024 16:55:46 +0200 Subject: [PATCH] add y-crdt elexir bindings --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index dcd36330..8527491f 100644 --- a/README.md +++ b/README.md @@ -315,6 +315,7 @@ language bindings to other languages * [yswift](https://github.com/y-crdt/yswift) - Swift binding * [yffi](https://github.com/y-crdt/y-crdt/tree/main/yffi) - C-FFI * [ywasm](https://github.com/y-crdt/y-crdt/tree/main/ywasm) - WASM binding + * [y_ex](https://github.com/satoren/y_ex) - Elixir bindings * [ycs](https://github.com/yjs/ycs) - .Net compatible C# implementation. ## Getting Started