near / borsh-rs

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

refactor!: borsh_init to borsh(init). #187

Closed iho closed 1 year ago

iho commented 1 year ago

Resolves #186 and is part of #51

Migration guide: replace all #[borsh_init(init_method_name)] to #[borsh(init=init_method_name)]