Stebalien / term

A Rust library for terminfo parsing and terminal colors.
https://stebalien.github.io/doc/term/term/
Apache License 2.0
178 stars 49 forks source link

Edition 2018 #96

Closed fkohlgrueber closed 5 years ago

fkohlgrueber commented 5 years ago

Hi,

this PR updates term to edition 2018. I've also used clippy and rustfmt to fix smaller issues.

Please let me know if there are issues within the changes I made. Thanks in advance ;-)

fkohlgrueber commented 5 years ago

Ok, I've updated the PR. I renamed #dyn to dyn_vars and sta to sta_vars for consistency. Hope that's ok for you.