Rust weeks of 2017-09-14 to 2017-09-28

2017-10-04

Over the past 3 weeks, I continued work on a project I mentioned previously, a CLI UI for work. In addition to dependencies mentioned there, I used rust-ini and serde_yaml. I mostly enjoyed the experience, though not too happy with the code, which feels messy... I use termion::AsyncReader, which means I have to loop all over the place while waiting for stdin (keyboard input). I imagine there is a better way.