deus/
lib.rs

1
2
3
4
//! https://www.logicgamesonline.com/lightsout/tutorial.html
pub(crate) mod solvers;

pub use solvers::state2::StructLevel;