copa

Crates.iocopa
lib.rscopa
version0.1.1
sourcesrc
created_at2023-09-09 22:41:39.208414
updated_at2024-06-16 11:19:58.745083
descriptionParser for implementing terminal emulators
homepage
repositoryhttps://github.com/alacritty/vte
max_upload_size
id968426
size102,946
Raphael Amorim (raphamorim)

documentation

https://docs.rs/vte/

README

Copa

Copa is a fork of Alacritty's VTE intended to extend Paul Williams' ANSI parser state machine with custom instructions.

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 ansicode.txt for more info.

Commit count: 123

cargo fmt