Crate ffizz_header
source · [−]Expand description
This crate supports generating a C header for a library crate, directly in the library itself.
Typically the crate would be annotated with the exported macros to define the header content.
Then, the header is generated by calling generate.
Macros
Generate C header content from the included docstring.
Functions
Generate the C header for the library.
Attribute Macros
Generate C header content from the docstring on this item.