//! Line wrapping, sentence splitting, and text processing.
/// A function that wraps text with indentation.
///
/// Takes text, an initial indent for the first line, and a subsequent indent
/// for continuation lines. Returns the wrapped text.
pub type LineWrapper = ;