Initial commit

This commit is contained in:
2026-01-02 17:48:26 +09:00
commit c0edea3ded
20 changed files with 726 additions and 0 deletions

3
src/proto.rs Normal file
View File

@@ -0,0 +1,3 @@
pub mod finger_protocol;
pub mod rusers_protocol;
pub mod write_protocol;