rust-termios 0.0.2

A light, safe Rust layer over the termios-sys ffi crate
1
2
3
4
5
6
7
8
machine:
    pre:
        - curl -sS https://static.rust-lang.org/rustup.sh | sudo sh -- --channel=nightly

test:
    override:
        - cargo build -v
        - cargo test -v