aboutsummaryrefslogtreecommitdiffstats
path: root/src/util/mod.rs
blob: 022c7d6f85265987a62e16d59e6a80d044dbfaee (plain) (blame)
1
2
3
4
5
6
7
8
9
10
//! Utilities used when processing markdown.

pub mod classify_character;
pub mod decode_character_reference;
pub mod edit_map;
pub mod encode;
pub mod normalize_identifier;
pub mod sanitize_uri;
pub mod skip;
pub mod slice;