- Added basic trait implementations to all Commands - Added `Debug` to all public-facing types - Added `Clone` to several public-facing types, where relevant - Added `Eq` to all `PartialEq` types - Added `Debug` and `Clone` to a few internal types - `ResetColor` uses `&'static str` instead of `String` - Updated crossterm-winapi dependency |
||
|---|---|---|
| .. | ||
| source | ||
| sys | ||
| ansi.rs | ||
| filter.rs | ||
| read.rs | ||
| source.rs | ||
| stream.rs | ||
| sys.rs | ||
| timeout.rs | ||