isatty 0.1.9

libc::isatty that also works on Windows
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
sudo: false

language: rust

rust:
  - 1.13.0
  - stable
  - beta
  - nightly

script:
  - cargo build --verbose