From a3f8ce4572ef1dd5339a3bd7451a32b7c3b48c2a Mon Sep 17 00:00:00 2001 From: Danny Povolotski Date: Sat, 2 Dec 2023 13:02:03 +0300 Subject: [PATCH] Add reference to C++20 implementation --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f881da81..35ec8dd4 100644 --- a/README.md +++ b/README.md @@ -42,6 +42,7 @@ Why do we need yet another serialization format? Borsh is the first serializer t | 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 | ## Benchmarks