markex 0.1.1

Fast, non-validating markup element extractor (Tag Element, MdRef, MdCodeBlock, MDSection)
Documentation
1
2
3
4
5
6
7
8
9
10
11
//! Fast, non-validating markup element extractor (Tag Element, MdRef, MdCodeBlock, MDSection).

// region:    --- Modules

mod error;

pub use error::{Error, Result};

pub mod tag;

// endregion: --- Modules