vt100 0.8.0

Library for parsing terminal data
Documentation
1
2
3
4
5
6
7
8
9
10
11
mod helpers;

#[test]
fn colors() {
    helpers::fixture("colors");
}

#[test]
fn attrs() {
    helpers::fixture("attrs");
}