Function insult::parse_file[][src]

pub fn parse_file(
    name: &'static str,
    content: &str
) -> Result<Vec<(bool, String)>, WordsFileCorrupt>