Closed dj8yfo closed 1 year ago
This repo is a runnable example of using the introduced:
#[borsh(serialize_with = ..., deserialize_with = ...)]
#[borsh(schema(with_funcs(declaration = ..., definitions = ...)))]
attributes for some of foreign types, mentioned in the initial issue:
I'll be adding doc comments to borsh-derive/src/lib.rs
in a commit and corrections to some minor typos in comments (i've noticed some already), but with respect to the code the pr is ready for review
resolves #13