Summary
Directory Structure
Directory structure:└── thepacketgeek-rust-tcpstream-demo/├── README.md├── lines/│ ├── README.md│ ├── Cargo.toml│ └── src/│ └── lib.rs├── protocol/│ ├── README.md│ ├── Cargo.toml│ └── src/│ └── lib.rs└── raw/├── README.md├── Cargo.toml└── src/└── lib.rs