[go: up one dir, main page]

isatty 0.1.0

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

language: rust

rust:
  - stable
  - beta
  - nightly

script:
  - cargo build --verbose

notifications:
  email: false