1//! Extensions for other crates.
2pub mod atomic;
3#[cfg(feature = "fancy-regex")]
4pub mod fancy_regex;
5pub mod io;
6pub mod mutex;
7pub mod path;
8#[cfg(feature = "emote-psb")]
9pub mod psb;
10#[cfg(feature = "markup5ever_rcdom")]
11pub mod rcdom;
12pub mod vec;