minicrossterm/crossterm_utils
Timon 1a60924abd
Command API experiment (#175)
- Command API to introduce easier usability, better performance, and more control over to which buffer to write, and when to flush the buffer to the terminal.
2019-07-24 20:10:27 +02:00
..
src Command API experiment (#175) 2019-07-24 20:10:27 +02:00
.gitignore Introduced: Crossterm Workspace and feature flags. (#84) 2019-01-27 21:16:14 +01:00
Cargo.toml 0.9.5 2019-05-20 18:56:23 +02:00
LICENSE Bug fix reading sync, updated licenses. 2019-04-05 15:44:39 +02:00
README.md Refactor and API stabilization (#115) 2019-04-10 23:46:30 +02:00

Crossterm Utils | crossterm common used code.

Lines of Code Latest Version MIT docs Join us on Discord

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