A POC (proof of concept) tcp server to evaluate whether a migration of current live services to Rust would be a good idea.
There are no intended changes to be made to this POC. It has served its purpose.
$ ./server -p 8000
Bash
$ telnet 127.0.0.1 8000
Hello World