Olle Sandberg

Results 7 issues of Olle Sandberg

First of all; Thank you for developing and providing on this project, it's been of great help building custom MCU programming tools! :) This PR is a interest check/proposal to...

Not sure but thought the comparison below looked potentially wrong, where it checks in the `month_info` year has changed... Shouldn't it check the `year_info` year instead to decide if it's...

...and another one :1234: Did some simplifications to the RRuleSetIter, mainly trying to get rid of the HashMap queue thing. Following to this change it seemed possible to stop appending...

Replace some DateTime's, where only the date part is needed, with NaiveDate. And use i32 for ordinal year since chronos year range seems to be limited to i32.

This PR removes the crate defined copy of chrono-tz timezone constants. This mainly to enable build-time timezone filtering (by the `chrono-tz` feature `filter-by-regex`). And this (again) mainly to decrease binary...

This PR removes both the `regex` and `lazy_static` as direct dependencies. This mainly to decrease the binary size. In release mode, with stripped binary (x86_64), a simple RRuleSet parse example...

Parsing a ruleset containing a `DTEND` property now fails with `ParserError(UnrecognizedPropertyName("DTEND"))`. Are there any reasons (except the no-one-implemented-it-yet reason :)) why `DTEND` (and possibly `DURATION`) properties are not parsed by...