[go: up one dir, main page]

termion 1.3.0

A bindless library for manipulating terminals.
Documentation
1
2
3
4
5
6
7
8
9
10
language: rust
cache: cargo
rust:
    - stable
    - beta
    - nightly
script:
    - cargo build --verbose
    - cargo test --verbose
    - cargo test --release --verbose