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 (de)serialisation + schema for more `core::ops::Range...` types (full, open-ended, inclusive) #213

Closed mina86 closed 11 months ago

mina86 commented 12 months ago

Added BorshSchema implementation for core::ops::Range.

And all of BorshSerialize/BorshDeserialize/BorshSchema for :