Reorganize and refactor, adding integration test for common library stuff

This commit is contained in:
Barry Pederson
2024-11-03 11:44:03 -08:00
parent 00743fbe9c
commit 5f4a0e0e88
9 changed files with 148 additions and 82 deletions
+2 -1
View File
@@ -1,7 +1,8 @@
mod options;
use crate::options::OPTIONS;
use common::{read_string, Request};
use common::io::read_string;
use common::request::Request;
use std::os::unix::net::UnixStream;
fn main() -> std::io::Result<()> {