[][src]Function xwords::fill_crossword

pub fn fill_crossword(
    contents: String,
    words: Vec<String>
) -> Result<Crossword, String>