serde impl #16

Merged
Quaternions merged 25 commits from serde into master 2026-06-09 17:15:25 +00:00
Showing only changes of commit 8fc6854118 - Show all commits
+1 -1
View File
@@ -16,7 +16,7 @@ fn test_is_winnable() {
}
#[test]
fn test_serde() {
fn test_json() {
let mut session = Session::new_default(Klondike::with_seed(124));
let solution_result = session.solve();
if let Ok(Some(solution)) = solution_result {
1