florian1345 / sudoku-variants

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

DynamicConstraint Serde #54

Open florian1345 opened 3 years ago

florian1345 commented 3 years ago

Currently, serialization and deserialization of trait objects is not easily possible without making the library more ugly to use. This issue serves as a reminder to update on the current status and, once more support for trait object Serde arises, implement it for the DynamicConstraint.