Registry / utility / vt100
library0.16.2rscratesunverified

Library for parsing terminal data, handling escape sequences and terminal state.

# Cargo.toml [dependencies] vt100 = "0.16.2"
INSTALL
IMPORT
SIG · VT100
V
vt100
utilityrustv0.16.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Parser
✓ use vt100::Parser;

Parse terminal output and retrieve screen contents.

use vt100::Parser; let mut parser = Parser::new(24, 80, 0); parser.process(b"Hello, world!"); let screen = parser.screen(); println!("{}", screen.contents());
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.16.2latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
10
Resources
vt100 — cargo add vt100 · libregistry