minicrossterm/src/event
Nathan West f2fca91b30 Added basic trait implementations to all Commands (#363)
- 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
2020-01-28 20:20:26 +01:00
..
source Added basic trait implementations to all Commands (#363) 2020-01-28 20:20:26 +01:00
sys Added basic trait implementations to all Commands (#363) 2020-01-28 20:20:26 +01:00
ansi.rs Input module Rewrite (#284) 2019-11-18 21:50:57 +01:00
filter.rs Added basic trait implementations to all Commands (#363) 2020-01-28 20:20:26 +01:00
read.rs Implemented poll Waker. 2019-12-10 20:41:40 +01:00
source.rs Implemented poll Waker. 2019-12-10 20:41:40 +01:00
stream.rs Added basic trait implementations to all Commands (#363) 2020-01-28 20:20:26 +01:00
sys.rs Moved some files around (#342) 2019-12-11 17:10:34 +01:00
timeout.rs Added basic trait implementations to all Commands (#363) 2020-01-28 20:20:26 +01:00