phone_parser 0.1.0

Parser which can parse phone numbers
Documentation
1
2
phoneNumber = { "+" ~ "38" ~ digits }
digits = { ASCII_DIGIT+ }