Organize replies to packets

This commit is contained in:
Joscha 2022-02-17 21:01:52 +01:00
parent 9931a932bf
commit c191262bd2
2 changed files with 62 additions and 0 deletions

View file

@ -1,3 +1,5 @@
mod replies;
use std::io::{self, Stdout};
use std::time::Duration;