[go: up one dir, main page]

vte 0.3.0

Parser for implementing terminal emulators
Documentation
1
2
3
4
5
6
7
8
9
10
language: rust

cache: cargo

rust:
  - stable
  - nightly

script:
  - cd utf8parse && cargo test