near / borsh

Binary Object Representation Serializer for Hashing

Home Page:https://borsh.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

C++ implementation

etodanik opened this issue · comments

The currently referenced C++ implementation is unfortunately incomplete and hasn't been worked on in over a year. I recently had to use borsh in a C++ environment, so I ended up making my own library:
https://github.com/israelidanny/borsh-cpp20

It's nearing feature completion and is already usable. I'd appreciate it if it can be referenced here.

image