Registry / cli / workflow-terminal

workflow-terminal

JSON →
library0.18.0rscratesunverified

Terminal abstraction layer over Xterm.js and termion crates for creating terminal applications that function uniformly in native (console) and in browser (WASM32) environments.

# Cargo.toml [dependencies] workflow-terminal = "0.18.0"
INSTALL
IMPORT
SIG · WORKFLOW-TERMINAL
W
workflow-terminal
clirustv0.18.0
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.

Terminal
use workflow_terminal::Terminal;

Create a terminal instance and write output.

use workflow_terminal::Terminal; fn main() { let mut term = Terminal::new(); term.write("Hello, world!\n"); println!("Terminal initialized"); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.18.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
36 hits · last 30 days
node
30
OpenAI (training)
1
Resources
workflow-terminal — cargo add workflow-terminal · libregistry