# Address Validator This crate integrates with the USPS webtools API allowing you to verify user inputted addresses with official locations for more accurate record keeping. ## Quickstart This crate is a WIP. I thought it would be easy to wrap the USPS API but their documentation is incomplete, contradictory and wrong in many places making this endeavor a lot more daunting than anticipated. The only function that works (and barely at that) is address validation. Do not use this crate until at least 0.1.0 except at your own risk. ## Authentication ## Examples ### Verify ### Zip Code Lookup ### City / State Lookup ### Formatting