cpjreynolds / rustty

A terminal UI library
https://docs.rs/rustty
MIT License
153 stars 14 forks source link

use Duration instead of millisecond value for timeouts #37

Closed cpjreynolds closed 8 years ago

cpjreynolds commented 8 years ago

The standard library now offers the Duration struct for the exact use case we have in rustty, the change updates the library to reflect this.