near / borsh-rs

Rust implementation of Binary Object Representation Serializer for Hashing
https://borsh.io/
Apache License 2.0
299 stars 65 forks source link

feat: add `#[borsh(crate = ...)]` item-level attribute #210

Closed dj8yfo closed 1 year ago

dj8yfo commented 1 year ago

resolves #95 Need for this discovered in scope of work in near-sdk-rs update

dj8yfo commented 1 year ago

Sample crate with this attribute tested.