aboutsummaryrefslogtreecommitdiffstats
path: root/src/util/mod.rs
blob: dcbf1aefa3698c2bc6a959fc60bbae61fc6c5ff7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
//! Utilities used when processing markdown.

pub mod char;
pub mod constant;
pub mod decode_character_reference;
pub mod edit_map;
pub mod encode;
pub mod gfm_tagfilter;
pub mod infer;
pub mod mdx_collect;
pub mod normalize_identifier;
pub mod sanitize_uri;
pub mod skip;
pub mod slice;
pub mod unicode;