[][src]Crate smd_macro

A crate containing the smd and smd_borrowed macros, which are the workhorses that generate SmithyComponents.

Macros

smd

proc-macro to take a SmithyComponent, capturing referenced variables.

smd_borrowed

proc-macro to take a SmithyComponent, not capturing referenced variables.