rustdoc_copy_macro 0.2.0

Macros for `rustdoc_copy`
Documentation
1
2
3
4
5
6
7
//! Markdown events.

pub(crate) use text_event::*;
pub(crate) use url_event::*;

mod text_event;
mod url_event;