We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Range
std::ops::Range
std::ops::RangeFull
The text was updated successfully, but these errors were encountered:
I read the following PR/issue as if std::ops::RangeFull and std::ops::RangeToInclusive does not yet have support in serde
std::ops::RangeToInclusive
Serialize
Deserialize
RangeFull
RangeToInclusive
std::ops::Range{,To,From} seems unproblemantic though.
std::ops::Range{,To,From}
Sorry, something went wrong.
Support for those could be added in future for sure, though there is a need to serde to support them before. 😅
No branches or pull requests
std::ops::Range
,std::ops::RangeFull
The text was updated successfully, but these errors were encountered: