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
The Display impl of RRuleSet only serializes the contained rrule's not any of the other information:
RRuleSet
rrule
rust-rrule/rrule/src/core/rruleset.rs
Lines 261 to 275 in 8da601c
I would expect the following code to yield the same RRuleSet:
rrule_set.to_string().parse::<rrule::RRuleSet>().unwrap()
The text was updated successfully, but these errors were encountered:
Thanks for reporting. I will add a fix once time allows, unless someone else picks it up before then
Sorry, something went wrong.
Proposed fix in #100 if you want to try it out before next release. It isn't a complete fix, but should hopefully cover most cases.
No branches or pull requests
The Display impl of
RRuleSet
only serializes the containedrrule
's not any of the other information:rust-rrule/rrule/src/core/rruleset.rs
Lines 261 to 275 in 8da601c
I would expect the following code to yield the same
RRuleSet
:The text was updated successfully, but these errors were encountered: