Expand description
§USPS WebTools
A Rust library for interfacing with the USPS Web API
Modules§
- address
- Address API
Structs§
- USPS
WebTool - This struct is how you will make API calls to the USPS. It can be initialized with a hardcoded user_id and password using the ‘init’ contructor or it can attempt to capture these values from the environment (USPS_USER_ID and USPS_PASSWORD respectively) using the ‘new’ constructor.