- Add InfoTable constructor and data manipulation methods
- Implement to_simple_json() for TwPrim and InfoTable types
- Major refactoring: split lib.rs into organized module structure
- src/types/base_type.rs - BaseType implementation
- src/types/primitive.rs - TwPrim implementation
- src/types/message.rs - TwxMessage implementation
- src/types/entities.rs - TwxEvent, TwxService, TwxProperty
- src/types/infotable.rs - InfoTable implementation
- src/types/error.rs - Error types
- Add comprehensive round-trip JSON conversion testing
- All clippy warnings resolved and code properly formatted
- Update dependencies to latest upstream versions
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>