Crossword Solver written in Rust.
Aims to find possible word layouts for a NxN crossword with no black/blank squares.
Project goals:
- Learn the basics of Rust
- Practice code performance optimization
- Use this to create the world's first (?) 15x15 crossword with no black squares
- (Maybe) Implement a GPU solution to learn more about GPU programming