Writing an 8 queens solution in rust
- Implement solution.
- Split implementation into a module.
- Implement a single API endpoint with an HTML returning a single solution.
- Implement an interactive page requesting multiple solutions solutions.
- Cache solutions to avoid recalculating everthing over and over.
- Implement generic N queens solution.