organic/src/parser/mod.rs

8 lines
142 B
Rust

mod bold_parser;
mod failable_sequence;
mod nom_context;
mod parser_with_context;
mod text;
mod text_element_parser;
pub use text::paragraph;