Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add (de)serialisation + schema for more core::ops::Range... types (full, open-ended, inclusive) #213

Merged
merged 4 commits into from
Sep 12, 2023

Conversation

mina86
Copy link
Contributor

@mina86 mina86 commented Sep 8, 2023

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

And all of BorshSerialize/BorshDeserialize/BorshSchema for :

  • core::ops::RangeFull
  • core::ops::RangeInclusive
  • core::ops::RangeFrom
  • core::ops::RangeTo
  • core::ops::RangeToInclusive

@dj8yfo dj8yfo marked this pull request as draft September 9, 2023 17:07
@dj8yfo dj8yfo changed the title Add serialisation for range types feat: Add serialisation for range types Sep 11, 2023
@dj8yfo dj8yfo changed the title feat: Add serialisation for range types feat: add (de)serialisation + schema for more core::ops::Range... types (full, open-ended, inclusive) Sep 12, 2023
@dj8yfo dj8yfo merged commit ec111e1 into near:master Sep 12, 2023
7 checks passed
@frol frol mentioned this pull request Sep 12, 2023
@mina86 mina86 deleted the c branch September 14, 2023 14:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants