[][src]Module xwords::crossword

Core types to represent a crossword puzzle.

Structs

Crossword

The underlying representation of a crossword puzzle. All of the contents are stored in a string and the dimensions of the grid are stored explicitly.

WordIterator

An Iterator<char> that correctly traversing a Crossword, accounting for direction.

Enums

Direction

The direction of a word in a Crossword.