cpjreynolds / rustty

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

implement generic error struct #4

Closed cpjreynolds closed 9 years ago

cpjreynolds commented 9 years ago

This pull request implements a more generic error structure for rustty.

The design is based on that of std::io::Error and offers much more flexibility in passing error payloads.