/async-chat

A dead simple asynchronous CLI chat app created as part of reading "Programming Rust" book

Primary LanguageRustApache License 2.0Apache-2.0

Async Chat

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

Future Enhancements

Remove usage of std_async and simply use tokio for everything; this should be a good learning exercise.