Borsh to JSON in Rust using only schemas
Sep 3, 2023 · 4 min read · tl;dr Use this utility to generate a binary schema file from a Rust struct that implements the BorshSchema trait. Then using the schema file, easily convert to and from JSON and Borsh. No code generation needed. Source https://github.com/wkennedy/bor...
Join discussion

