vte-graphics

Crates.iovte-graphics
lib.rsvte-graphics
version0.15.0
created_at2024-06-03 17:47:09.84203+00
updated_at2025-02-24 22:58:34.166935+00
descriptionvte fork for the Alacritty's graphics patch
homepage
repositoryhttps://github.com/ayosec/vte-graphics
max_upload_size
id1260336
size324,076
Ayose C. (ayosec)

documentation

https://docs.rs/vte-graphics/

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: 140

cargo fmt