Open Dav1dde opened 1 year ago
Thanks for reporting. I will add a fix once time allows, unless someone else picks it up before then
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.
The Display impl of
RRuleSet
only serializes the containedrrule
's not any of the other information:https://github.com/fmeringdal/rust-rrule/blob/8da601cd7db2f7edcc8393363f819d57211d8760/rrule/src/core/rruleset.rs#L261-L275
I would expect the following code to yield the same
RRuleSet
: