opening-hours-rs
opening-hours-rs copied to clipboard
Comparing two opening hours strings
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?