[go: up one dir, main page]

crossterm_utils 0.4.0

Common logic used by the crossterm crates.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
# Version 0.4.0


- Add deprecation note ([PR #3]https://github.com/crossterm-rs/crossterm-utils/pull/3)
- Remove all references to the crossterm book ([PR #4]https://github.com/crossterm-rs/crossterm-utils/pull/4)
- Remove unsafe static mut ([PR #5]https://github.com/crossterm-rs/crossterm-utils/pull/5)
  - `sys::unix::RAW_MODE_ENABLED` replaced with `sys::unix::is_raw_mode_enabled()` (breaking)
  - New `lazy_static` dependency

# Version 0.3.1


- Maintenance release only
- Moved to a [separate repository]https://github.com/crossterm-rs/crossterm-utils