near / borsh-rs

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

chore!: deprecate `try_to_vec` method from `BorshSerialize` #206

Closed dj8yfo closed 1 year ago

dj8yfo commented 1 year ago

Part of #51 resolution.

This pr addresses the following comment of review. tmp

Logically this pr is part of #205 , but as the removal of this commonly used api caused moderate amout of changes, it was made a separate pr to be declined or approved separately from #205.