near / borsh-rs

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

feat: impl `BorshSchema` for `Rc` and `Arc`; add doc for `rc` feature #268

Closed dj8yfo closed 7 months ago

dj8yfo commented 7 months ago

resolves #266

dj8yfo commented 7 months ago

if https://github.com/near/borsh-rs/pull/268/commits/125162edc33e998b4cc1ecfcab64638126bd5de7 looks appropriate, an implementation of BorshSchema for Cow may be added some day too