roggle
A Boggle solver written in Rust! Simply pass in an N x M board as a string with rows separated by spaces. For the Qu tile simply put q as the letter.
Example Usage
use roggle;
use HashSet;
A Boggle solver written in Rust! Simply pass in an N x M board as a string with rows separated by spaces. For the Qu tile simply put q as the letter.
use roggle;
use HashSet;