[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
11
12
13
[package]
name = "vte"
version = "0.3.0"
authors = ["Joe Wilm <joe@jwilm.com>"]
license = "Apache-2.0 OR MIT"
description = "Parser for implementing terminal emulators"
keywords = ["ansi", "vte", "parser", "terminal"]
repository = "https://github.com/jwilm/vte"
documentation = "https://docs.rs/vte/"

[dependencies.utf8parse]
path = "./utf8parse"
version = "0.1"