NQueens solver in Rust.
Highlights:
cargo install nqueens
```shell USAGE: nqueens --n
FLAGS: -h, --help Prints help information -V, --version Prints version information
OPTIONS: -N, --n The number of queens and side length of the board yo uwant to solve for ```