diff --git a/README.md b/README.md index cd895745..d444e232 100644 --- a/README.md +++ b/README.md @@ -31,20 +31,21 @@ Why do we need yet another serialization format? Borsh is the first serializer t ## Implementations -| Platform | Repository | Latest Release | -| --------------------------------- | -------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------- | -| Rust | [borsh-rs](https://github.com/near/borsh-rs) | Latest released version | -| TypeScript, JavaScript | [borsh-js](https://github.com/near/borsh-js) | Latest released version | -| TypeScript | [borsh-ts](https://github.com/dao-xyz/borsh-ts) | Latest released version | -| Java, Kotlin, Scala, Clojure, etc | [borshj](https://github.com/near/borshj) | | -| Go | [borsh-go](https://github.com/near/borsh-go) | Latest released version | -| Python | [borsh-construct-py](https://github.com/near/borsh-construct-py) | Latest released version | -| Assemblyscript | [borsh-as](https://github.com/gagdiez/serial-as/tree/main/borsh) | Latest released version | -| C# | [Hexarc.Borsh](https://github.com/hexarc-software/hexarc-borsh) | Latest released version | -| C++ | [borsh-cpp](https://github.com/Stolkerve/borsh-cpp) | *(work-in-progress)* | -| C++20 | [borsh-cpp20](https://github.com/israelidanny/borsh-cpp20) | *(work-in-progress)* | -| Elixir | [borsh-ex](https://github.com/alexfilatov/borsh) | Latest released version | -| Ruby | [borsh.rb](https://github.com/dryruby/borsh.rb) | Latest released version | +| Platform | Repository | Latest Release | +|-----------------------------------|------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| +| Rust | [borsh-rs](https://github.com/near/borsh-rs) | Latest released version | +| TypeScript | [zorsh](https://github.com/r-near/zorsh) | Latest released version | +| TypeScript, JavaScript | [borsh-js](https://github.com/near/borsh-js) | Latest released version | +| TypeScript | [borsh-ts](https://github.com/dao-xyz/borsh-ts) | Latest released version | +| Java, Kotlin, Scala, Clojure, etc | [borshj](https://github.com/near/borshj) | | +| Go | [borsh-go](https://github.com/near/borsh-go) | Latest released version | +| Python | [borsh-construct-py](https://github.com/near/borsh-construct-py) | Latest released version | +| Assemblyscript | [borsh-as](https://github.com/gagdiez/serial-as/tree/main/borsh) | Latest released version | +| C# | [Hexarc.Borsh](https://github.com/hexarc-software/hexarc-borsh) | Latest released version | +| C++ | [borsh-cpp](https://github.com/Stolkerve/borsh-cpp) | *(work-in-progress)* | +| C++20 | [borsh-cpp20](https://github.com/israelidanny/borsh-cpp20) | *(work-in-progress)* | +| Elixir | [borsh-ex](https://github.com/alexfilatov/borsh) | Latest released version | +| Ruby | [borsh.rb](https://github.com/dryruby/borsh.rb) | Latest released version | ## Benchmarks