[go: up one dir, main page]

crossterm 0.5.1

An crossplatform terminal library for manipulating terminals.
Documentation
# Set up the Rust toolchain.
language: rust
rust:
- stable
- beta
- nightly

before_script:
- export PATH=$PATH:/home/travis/.cargo/bin

os:
- linux
- osx
- windows

branches:
  only:
  - master

script:
- cargo build