12 lines
747 B
Markdown
12 lines
747 B
Markdown
# Crossterm | crossplatform terminal library written in rust.
|
|
|
|
[![Latest Version](https://img.shields.io/crates/v/crossterm.svg)](https://crates.io/crates/crossterm) | [![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](./LICENSE) | [![docs.rs](https://docs.rs/crossterm/badge.svg)](https://docs.rs/crossterm/) | [Examples](https://github.com/TimonPost/crossterm/tree/master/examples) | [Changelog](https://github.com/TimonPost/crossterm/blob/master/docs/UpgradeManual.md) | [Release Nodes](https://github.com/TimonPost/crossterm/tree/master/docs)
|
|
|----|----|----|----|----|----
|
|
This branch is focusud on getting input working for Crossterm.
|
|
|
|
TODO:
|
|
|
|
- Read character input
|
|
- Read line
|
|
- Read until enter
|
|
- Asynchronous key events |