notedown_ast 0.13.5

notedown ast and converter
Documentation
1
2
3
4
5
#[derive(Clone, Debug, Eq, PartialEq, Hash)]
pub struct EmailLink {
    pub is_bare: bool,
    pub name: String,
}