Skip to content

Conversation

@elbaro
Copy link

@elbaro elbaro commented Feb 1, 2024

Close #2685

Add serialization and deserialization support for the remaining
core range types:
- RangeFull (..)
- RangeToInclusive (..=end)

This completes the set of Range types supported by serde:
- Range (start..end)
- RangeFrom (start..)
- RangeInclusive (start..=end)
- RangeTo (..end)
- RangeFull (..) [new]
- RangeToInclusive (..=end) [new]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

Impl Serialize/Deserialize for RangeFull, RangeToInclusive

1 participant