Releases: crossterm-rs/crossterm-winapi
Releases · crossterm-rs/crossterm-winapi
0.6.1
0.6.0
- Added Common traits (
Debug
,Clone
, etc) to many public-facing types,
especially data struct. - Significantly updated the
input
structs, so that winapi native types are no longer exposed to the library by crossterm_winapi structs. - Removed PartialOrd from types where it didn't really make sense
- Reimplemented
Console::read_single_input_event
andConsole::read_console_input
to be more efficient, safe, and correct - Make
Console::read_console_input
not return au32
; the number of events is the length of the returned vector.
0.5.1
0.5
Version 0.3.0
- Make read sync block for windows systems (PR #2)
Version 0.2.1
- Maintenance release only
- Moved to a separate repository