[][src]Module faker_rand::en_us::addresses

Generators for postal addresses and their constituent parts (e.g. city names, postal codes, etc.).

Structs

Address

Generates a full postal address.

CityName

Generates a city name.

Division

Generates a first-level administrative division (e.g. one of the 50 states).

DivisionAbbreviation

Generates an abbreviated first-level division (e.g. the two-letter abbreviation for one of the 50 states).

PostalCode

Generates a postal code (a.k.a. a ZIP Code).

SecondaryAddress

Generates a secondary address (e.g. an apartment number).

StreetAddress

Generates a street address.

StreetName

Generates a street name.