florian1345 / sudoku-variants

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

Serde Integration #45

Open florian1345 opened 3 years ago

florian1345 commented 3 years ago

Evaluate different ways to implement Serialize and Deserialize from the serde-crate for Sudoku (including the constraints). Currently, the main issue is that custom constraints should be supported, so there is no easy way to serialize the constraints without the user specifying the set of possible constraints in some way.