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

Use collect instead of a for+insert/push. #18

Closed Stebalien closed 9 years ago

Stebalien commented 9 years ago

Also, use range syntax.

This change is purely stylistic and I'm not really convinced it's cleaner than the old version. Comments?

rust-highfive commented 9 years ago

r? @alexcrichton

(rust_highfive has picked a reviewer for you, use r? to override)

alexcrichton commented 9 years ago

Thanks!