Skip to main content

Module postcode

Module postcode 

Source
Expand description

Postcode newtypes — UK and US.

Structs§

UkPostcode
A validated UK postcode, e.g. SW1A 1AA.
UsZipCode
A validated US ZIP code, e.g. 90210 or 90210-1234.

Enums§

Postcode
Generic postcode covering UK and US variants.

Functions§

is_valid_uk_postcode
Returns true if s is a valid UK postcode.
is_valid_us_zip
Returns true if s is a valid US ZIP code.