numples 1.2.0

Yet another colourful sudoku playing game.
Documentation
1
2
3
4
5
6
7
#[derive(Clone, Copy, PartialEq, Eq)]
pub enum Direction {
    Left,
    Right,
    Up,
    Down,
}