[][src]Module xwords::parse

Utility methods to split a Crossword into component words.

Structs

WordBoundary

A representation of a word in a Crossword. Note that a WordBoundary is not attached to a specific Crossword, and that it is mostly used to represent a location in a grid.

Functions

parse_word_boundaries

Parses a Crossword into a Vec<WordBoundary>. Returns all words present in the puzzle.