opening-hours-syntax 2.1.0

A parser for opening_hours fields in OpenStreetMap.
Documentation
1
2
3
4
pub(crate) enum Sign {
    Neg,
    Pos,
}