Function oozz::run [] [src]

pub fn run(
    input: &str,
    color: &str,
    bold: bool,
    center: bool,
    term_width: usize
) -> Result<Vec<String>, Box<Error>>