thomasarmel / socket-server-mocker

Mock socket server in Rust, for testing various network clients.
https://crates.io/crates/socket-server-mocker
MIT License
0 stars 2 forks source link

Finish consolidating files #14

Closed nyurik closed 5 days ago

nyurik commented 6 days ago

Move all files to the same dir - the crate is not big enough to warrant complex hierarchy of files. Note that externally the API should remain as before - it simply refactored internal file structure and the use statements.

Important change:

Minor other changes: