Crate cmark_writer_macros

Crate cmark_writer_macros 

Source

Attribute Macros§

coded_error
Custom coded error attribute macro, replaces the coded form errors in the original define_custom_errors! macro
structure_error
Custom error attribute macro, replaces the struct form errors in the original define_custom_errors! macro

Derive Macros§

CommonMarkOnly
Derive macro for automatically implementing MultiFormat trait for types that only support CommonMark This macro is intended for custom nodes that only implement Format and want default HTML fallback behavior.