opening-hours-rs icon indicating copy to clipboard operation
opening-hours-rs copied to clipboard

Comparing two opening hours strings

Open matkoniecz opened this issue 1 year ago • 0 comments

Is it possible to use this library to compare whether two opening hours strings have effectively the same meaning?

I wanted to use this for import verification/checking but it seems that it would be impossible - there is oh.intervals() but it would not help as iterating over infinite iterator has obvious problems.

Is it possible to generate canonical form already? Or add functionality to do this?

matkoniecz avatar Jun 11 '24 07:06 matkoniecz