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

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;