Overview of C++ libaddressinput
masterThe C++ version of libaddressinput provides UI layout information and validation for address input forms.
Important Architectural Constraints:
- No UI: The library does not provide a user interface. The consumer is responsible for implementing the UI that uses the library's layout information.
- No Networking/Storage: The library does not handle networking or disk storage. The consumer must provide the mechanisms to download data from the internet and store it on disk.
- Extensibility: When including the library, you can override dependencies and include directories in
libaddressinput.gypito link against your own third-party libraries.