Skip to content

Commit b9dbd9e

Browse files
authored
Add the Ruby implementation. (#152)
1 parent 951a582 commit b9dbd9e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ Why do we need yet another serialization format? Borsh is the first serializer t
4444
| C++ | [borsh-cpp](https://github.com/Stolkerve/borsh-cpp) | *(work-in-progress)* |
4545
| C++20 | [borsh-cpp20](https://github.com/israelidanny/borsh-cpp20) | *(work-in-progress)* |
4646
| 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> |
47+
| 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> |
4748

4849
## Benchmarks
4950

0 commit comments

Comments
 (0)