Crate zipcodes

source ·

Structs§

  • The available fields in the zipcode database.

Enums§

  • Describes different types of errors with supplied zipcodes during parsing.

Functions§

  • Using a supplied list of filt-er-functions, return a filtered list of zipcodes.
  • Returns true if the supplied zipcode is a valid zipcode.
  • Retrieve a list of all zipcodes in the database.
  • Determine whether a supplied zipcode matches any existing zipcode. The supplied zipcode must be of the format: “#####”, “#####-####”, or “##### ####”.

Type Aliases§

  • A result type where the error is an Error.