server: add tsv support

This commit is contained in:
nym21
2025-02-12 16:00:31 +01:00
parent 269c64e4ed
commit 27b270148b
12 changed files with 64 additions and 490 deletions
+1 -1
View File
@@ -58,7 +58,7 @@ where
.collect::<Vec<_>>(),
)
} else {
unreachable!()
todo!("todo ?")
}
}
}