A simple chat application created as part of following along with the Programming Rust exercises. The reference implementation lives at https://github.com/ProgrammingRust/async-chat
Remove usage of std_async and simply use tokio for everything; this should be a good learning exercise.