Docs.rs
cmark-writer-macros-0.8.0
cmark-writer-macros 0.8.0
Permalink
Docs.rs crate page
MIT
Links
crates.io
Source
Owners
hongjr03
Dependencies
proc-macro2 ^1.0
normal
quote ^1.0
normal
syn ^2.0
normal
Versions
75%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Crate cmark_writer_macros
cmark_
writer_
macros
0.8.0
All Items
Crate Items
Attribute Macros
Derive Macros
Crate
cmark_
writer_
macros
Copy item path
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
§
Common
Mark
Only
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.