A cut back version of crossterm for use from WebAssembly
Go to file
2018-07-26 16:37:36 +00:00
docs removed target, updated version number to 0.3.0 2018-07-15 23:08:10 +02:00
examples fixed examples 2018-07-26 16:37:36 +00:00
src unix fixed not fully tested jet 2018-07-26 16:25:20 +00:00
.gitignore . 2018-07-14 23:02:02 +02:00
Cargo.toml read line, read char, read async and read async until implemented for windows 2018-07-20 18:00:46 +02:00
LICENSE Create LICENSE 2018-01-18 14:04:45 +01:00
README.md base implementation for input 2018-07-19 15:11:36 +02:00
UPGRADE Manual Update UPGRADE Manual 2018-06-04 08:37:19 +02:00

Crossterm | crossplatform terminal library written in rust.

Latest Version MIT licensed docs.rs Examples Changelog Release Nodes
This branch is focusud on getting input working for Crossterm.

TODO:

  • Read character input
  • Read line
  • Read until enter
  • Asynchronous key events