Introduction
WireWeaver is an API code generator for microcontrollers, supporting user-defined types, methods, properties, streams,
and traits.
It handles unsized types like Vec
Recommended learning order
- Get familiar with the SerDes functionality: wire format and derive macro.
- See the full list of supported types.
- Understand API capabilities.
- See it in action on real hardware or on virtual device template.
- Read the rest of the docs, in particular: evolution rules, versioning and addressing.