proto/finger: add some basic types and de/serializers

This commit is contained in:
2026-01-25 16:03:01 +09:00
parent 834463ed64
commit 7985f182c6
2 changed files with 108 additions and 0 deletions
+2
View File
@@ -1,2 +1,4 @@
#![feature(iter_map_windows)]
pub mod proto;
pub mod server;