xcom-rs is an async Rust client for the x.com API.<p>Design principles:
- Zero unnecessary abstraction
- Strong typing over dynamic JSON
- Clear separation between transport and domain logic
- Composable request builders<p>Looking for feedback on:
- Error handling patterns
- Versioning strategy
- Pu...