Shape Wire Format
Universal serialization format for Shape values with type metadata. This crate provides the data exchange format for:
- REPL communication (engine <-> CLI)
- fchart interoperability
- Plugin data exchange
- External tool integration
Design Goals
- Fast: Uses MessagePack for compact binary serialization
- Type-aware: Carries type metadata for proper display/parsing
- Format-flexible: Supports multiple display formats per type
- Lossless: Raw values can be round-tripped without data loss