Initial GPX library implementation with clean module structure
* Implemented complete GPX 1.1 parsing and writing library
* Core library (gpx): Portable streaming parser/writer with no Unix dependencies
* Unix layer (gpx_unix): Convenient file I/O and validation functions
* Clean module structure: Types, Parser, Writer, Validate (no gpx_ prefixes)
* Comprehensive documentation with usage examples
* Type-safe coordinate validation and GPS data handling
* Memory-efficient streaming XML processing using xmlm
* Extension support for custom XML elements
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>