Re-exports§
pub use engine::Engine;pub use runtime::global_registry;pub use runtime::Session;pub use runtime::SessionHandle;pub use runtime::SessionRegistry;pub use api::*;
Modules§
- api
- assert
- config
- engine
- Reusable in-process terminal engine.
- input
- logger
- Optional verbose logging of everything a terminal session reads and writes the PTY, plus lifecycle events. Modeled on inshellisense’s data log: every record is timestamped and byte-escaped so control sequences are visible.
- render
- runtime
- shell
- terminal
- trace