Skip to content

Commit

Permalink
Add Zorsh to README (#154)
Browse files Browse the repository at this point in the history
  • Loading branch information
r-near authored Feb 15, 2025
1 parent cf3cefc commit 539c7f0
Showing 1 changed file with 15 additions and 14 deletions.
29 changes: 15 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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) | <a href="https://crates.io/crates/borsh"><img src="https://img.shields.io/crates/v/borsh.svg?style=flat-square" alt="Latest released version" /></a> |
| TypeScript, JavaScript | [borsh-js](https://github.com/near/borsh-js) | <a href="https://npmjs.com/borsh"><img src="https://img.shields.io/npm/v/borsh.svg?style=flat-square" alt="Latest released version"></a> |
| TypeScript | [borsh-ts](https://github.com/dao-xyz/borsh-ts) | <a href="https://npmjs.com/package/@dao-xyz/borsh"><img src="https://img.shields.io/npm/v/@dao-xyz/borsh.svg?style=flat-square" alt="Latest released version"></a> |
| Java, Kotlin, Scala, Clojure, etc | [borshj](https://github.com/near/borshj) | |
| Go | [borsh-go](https://github.com/near/borsh-go) | <a href="https://github.com/near/borsh-go"><img src="https://img.shields.io/github/v/release/near/borsh-go?sort=semver&style=flat-square" alt="Latest released version" /></a> |
| Python | [borsh-construct-py](https://github.com/near/borsh-construct-py) | <a href="https://pypi.org/project/borsh-construct/"><img src="https://img.shields.io/pypi/v/borsh-construct.svg?style=flat-square" alt="Latest released version" /></a> |
| Assemblyscript | [borsh-as](https://github.com/gagdiez/serial-as/tree/main/borsh) | <a href="https://www.npmjs.com/package/@serial-as/borsh"><img src="https://img.shields.io/npm/v/@serial-as/borsh?style=flat-square" alt="Latest released version" /></a> |
| C# | [Hexarc.Borsh](https://github.com/hexarc-software/hexarc-borsh) | <a href="https://www.nuget.org/packages/Hexarc.Borsh"><img src="https://img.shields.io/nuget/v/Hexarc.Borsh.svg?style=flat-square" alt="Latest released version" /></a> |
| 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) | <a href="https://hex.pm/packages/borsh"><img src="https://img.shields.io/hexpm/v/borsh.svg?style=flat-square" alt="Latest released version" /></a> |
| Ruby | [borsh.rb](https://github.com/dryruby/borsh.rb) | <a href="https://rubygems.org/gems/borsh"><img src="https://img.shields.io/gem/v/borsh?style=flat-square" alt="Latest released version" /></a> |
| Platform | Repository | Latest Release |
|-----------------------------------|------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| Rust | [borsh-rs](https://github.com/near/borsh-rs) | <a href="https://crates.io/crates/borsh"><img src="https://img.shields.io/crates/v/borsh.svg?style=flat-square" alt="Latest released version" /></a> |
| TypeScript | [zorsh](https://github.com/r-near/zorsh) | <a href="https://npmjs.com/package/@zorsh/zorsh"><img src="https://img.shields.io/npm/v/@zorsh/zorsh.svg?style=flat-square" alt="Latest released version"></a> |
| TypeScript, JavaScript | [borsh-js](https://github.com/near/borsh-js) | <a href="https://npmjs.com/borsh"><img src="https://img.shields.io/npm/v/borsh.svg?style=flat-square" alt="Latest released version"></a> |
| TypeScript | [borsh-ts](https://github.com/dao-xyz/borsh-ts) | <a href="https://npmjs.com/package/@dao-xyz/borsh"><img src="https://img.shields.io/npm/v/@dao-xyz/borsh.svg?style=flat-square" alt="Latest released version"></a> |
| Java, Kotlin, Scala, Clojure, etc | [borshj](https://github.com/near/borshj) | |
| Go | [borsh-go](https://github.com/near/borsh-go) | <a href="https://github.com/near/borsh-go"><img src="https://img.shields.io/github/v/release/near/borsh-go?sort=semver&style=flat-square" alt="Latest released version" /></a> |
| Python | [borsh-construct-py](https://github.com/near/borsh-construct-py) | <a href="https://pypi.org/project/borsh-construct/"><img src="https://img.shields.io/pypi/v/borsh-construct.svg?style=flat-square" alt="Latest released version" /></a> |
| Assemblyscript | [borsh-as](https://github.com/gagdiez/serial-as/tree/main/borsh) | <a href="https://www.npmjs.com/package/@serial-as/borsh"><img src="https://img.shields.io/npm/v/@serial-as/borsh?style=flat-square" alt="Latest released version" /></a> |
| C# | [Hexarc.Borsh](https://github.com/hexarc-software/hexarc-borsh) | <a href="https://www.nuget.org/packages/Hexarc.Borsh"><img src="https://img.shields.io/nuget/v/Hexarc.Borsh.svg?style=flat-square" alt="Latest released version" /></a> |
| 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) | <a href="https://hex.pm/packages/borsh"><img src="https://img.shields.io/hexpm/v/borsh.svg?style=flat-square" alt="Latest released version" /></a> |
| Ruby | [borsh.rb](https://github.com/dryruby/borsh.rb) | <a href="https://rubygems.org/gems/borsh"><img src="https://img.shields.io/gem/v/borsh?style=flat-square" alt="Latest released version" /></a> |

## Benchmarks

Expand Down

0 comments on commit 539c7f0

Please sign in to comment.