vte

Crates.iovte
lib.rsvte
version0.13.0
sourcesrc
created_at2016-09-18 00:27:19.46139
updated_at2023-11-17 03:35:12.218564
descriptionParser for implementing terminal emulators
homepage
repositoryhttps://github.com/alacritty/vte
max_upload_size
id6532
size305,759
Publishers (github:alacritty:publishers)

documentation

https://docs.rs/vte/

README

vte

Build Status Crates.io Version

Parser for implementing virtual terminal emulators in Rust.

The parser is implemented according to Paul Williams' ANSI parser state machine. The state machine doesn't assign meaning to the parsed data and is thus not itself sufficient for writing a terminal emulator. Instead, it is expected that an implementation of the Perform trait which does something useful with the parsed data. The Parser handles the book keeping, and the Perform gets to simply handle actions.

See the docs for more info.

Commit count: 123

cargo fmt