Introduction
Providing good user experience (UX) for a command line application can be tricky.
This book shows how such an application can be designed using the async programming paradigm.
Written for the Rust Auckland meetup 2020-02-03.
- Rust Auckland meetup: https://www.meetup.com/rust-akl/
 - Slack: https://rust-akl.slack.com/messages/CCC7KUXMY/
 - Repository: https://github.com/azriel91/clapping_asynchronously
 
Feel free to use and improve on these.