Skip to content
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.

crossterm-rs/examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lines of Code MIT Join us on Discord

Crossterm Examples

The examples crate is deprecated and no longer maintained. All the examples are moved back into the crossterm repository

This repository can be used for crossterm versions lower than 0.14.

Structure

├── examples
│   └── src
│       └── bin
├── first-depth-search
└── snake
  • examples/src/bin - various examples demonstrating the crossterm crate features.
  • first-depth-search - Depth-first search example.
  • snake - snake game.

Run examples

$ cargo run --bin snake
$ cargo run --bin first-depth-search
$ cargo run --bin alternate_screen
...

Authors

  • Timon Post - Project Owner & creator

License

This project is licensed under the MIT License - see the LICENSE.md file for details.

Releases

No releases published

Packages

No packages published

Languages