readme file edits

This commit is contained in:
TimonPost 2018-09-22 22:55:30 +02:00
parent 5dcc6387f1
commit 850c2156d3

View File

@ -66,7 +66,7 @@ use self::crossterm::input::*;
- More real live [examples](https://github.com/TimonPost/crossterm/tree/master/examples/program_examples) - More real live [examples](https://github.com/TimonPost/crossterm/tree/master/examples/program_examples)
- Detailed [examples](https://github.com/TimonPost/crossterm/tree/master/examples) - Detailed [examples](https://github.com/TimonPost/crossterm/tree/master/examples)
# Features ## Features
These are the features from this crate: These are the features from this crate:
- Cursor. - Cursor.
@ -99,6 +99,9 @@ These are the features from this crate:
- Detailed documentation on every item. - Detailed documentation on every item.
- Crossplatform - Crossplatform
## Examples
These are some basic examples demonstrating how to use this crate. See [examples](https://github.com/TimonPost/crossterm/blob/master/examples/) for more.
### Crossterm Type | [see more](https://github.com/TimonPost/crossterm/blob/master/examples/some_types/mod.rs) ### Crossterm Type | [see more](https://github.com/TimonPost/crossterm/blob/master/examples/some_types/mod.rs)
This is a wrapper for all the modules crossterm provides like terminal, cursor, styling and input. This is a wrapper for all the modules crossterm provides like terminal, cursor, styling and input.