1
2
3
4
5
//! A place for simple/short helper functions.

pub(crate) mod round;
pub(crate) mod text;
pub(crate) mod xml;