be05974b70
* `write_cout!` returns number of written bytes * `Terminal::write` returns number of written bytes (result of `write_cout!`) * `execute!` macro is a bit simpler * Remove unused `std::io::Write` imports |
||
---|---|---|
.. | ||
src | ||
.gitignore | ||
Cargo.toml | ||
LICENSE | ||
README.md |
Crossterm Utils | crossterm common used code.
This crate is a utilities crate used by the following crossterm modules:
This crate is not meant for standalone use and is really a library with some common used code for crossterm and the above named modules.
Authors
- Timon Post - Project Owner & creator
License
This project is licensed under the MIT License - see the LICENSE.md file for details