Skip to main content

Crate embedded_command_macros

Crate embedded_command_macros 

Source

Attribute Macros§

bundle
Transform attached enum into a “bundle”.
impl_serialize_buf_alias
Generates the implementation block for conforming to SerializeBuf for a type alias. This is used for implementing SerializeBuf for concretely specified generic types.

Derive Macros§

SerializeBuf
Generates the implementation block for conforming to SerializeBuf.
SerializeIter
Generates the implementation block for conforming to SerializeIter of the “vanilla” flavor.
Size
Generates the implementation block for conforming to Size of the “vanilla” flavor.