A cut back version of crossterm for use from WebAssembly
Go to file
2018-01-09 20:37:36 +01:00
.idea Initial commit 2018-01-03 14:43:54 +01:00
.vs Initial commit 2018-01-03 14:43:54 +01:00
examples Created better documentation and formatted code 2018-01-09 20:36:48 +01:00
src Created better documentation and formatted code 2018-01-09 20:36:48 +01:00
.gitignore Initial commit 2018-01-03 14:43:54 +01:00
Cargo.toml Initial commit 2018-01-03 14:43:54 +01:00
README.md Update README.md 2018-01-07 15:32:30 +01:00

crossterm

Cross platform terminal library written in rust

Ever got disappointed when a terminal library was only written for unix systems? You are not the only one... This library provides alot of the same functionality as termion but then for both windows and unix systems in an client friendly interface.