puzzle_engine 0.4.8

An engine for puzzles.
Documentation
1
2
3
4
#![warn(clippy::all, clippy::pedantic)]
pub mod maze;
pub mod cipher;
pub mod chess;