ROS 2 Type Description Schema
This crate provides the canonical schema types for ROS 2 type descriptions, used by hiroz for:
- Type hash (RIHS01) computation
- Type description service wire format
- Dynamic message schema conversion
- Python binding type ID mapping
The TypeDescription type matches the ROS 2 type_description_interfaces exactly,
making it the single source of truth for type information after parsing.