Skip to main content

Crate termstage_core

Crate termstage_core 

Source
Expand description

Core domain contracts and runtime primitives for termstage.

The browser terminal mode is split into protocol validation, local-only security checks, and a PTY runtime actor. Application crates wire these pieces to HTTP, WebSocket, and CLI surfaces.

Modulesยง

protocol
Browser terminal protocol types.
runtime
PTY session runtime.
security
Local-only security validation for the browser terminal server.