florian1345 / sudoku-variants

A flexible Sudoku engine for Rust that supports common variations and custom rules.
Other
4 stars 3 forks source link

Sudoku into_raw_parts #83

Closed florian1345 closed 2 years ago

florian1345 commented 2 years ago

Implemented a into_raw_parts on Sudoku that returns a pair of the grid and constraint composing the Sudoku.