organic/src/parser/mod.rs

8 lines
142 B
Rust
Raw Normal View History

2022-07-16 03:26:49 +00:00
mod bold_parser;
mod failable_sequence;
mod nom_context;
mod parser_with_context;
mod text;
mod text_element_parser;
pub use text::paragraph;