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

make some binaries more readable #12

Closed nyurik closed 1 week ago

nyurik commented 1 week ago

I am not too certain about this PR - it tries to make hex strings more inspectable - so that people do not freak out when they see a big hex blob in the middle of the code, and start thinking about the XZ compromise.

thomasarmel commented 1 week ago

Very nice, thanks @nyurik for your time!