opening-hours-syntax 1.3.0

A parser for opening_hours fields in OpenStreetMap.
Documentation
1
2
3
4
5
6
7
8
9
10
11
pub mod display;
pub mod normalize;
pub mod paving;

macro_rules! ex {
    ( $( $tt: expr ),* $( , )? ) => {
        (file!(), line!() $( , $tt )*)
    };
}

pub(crate) use ex;