Re-exports§
pub use engine::Engine;pub use runtime::global_registry;pub use runtime::Locator;pub use runtime::LocatorClickOptions;pub use runtime::LocatorExpectOptions;pub use runtime::LocatorFilterOptions;pub use runtime::Session;pub use runtime::SessionHandle;pub use runtime::SessionRegistry;pub use terminal::backend::Backend;pub use api::*;pub use diagnostics::*;
Modules§
- api
- assert
- config
- diagnostics
- engine
- Reusable in-process terminal engine.
- input
- locator_
query - Typed, non-recursive expression transport shared by the native bindings.
- 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.
- profile
- Terminal profiles: the settings a session runs with.
- record
- render
- runtime
- shell
- terminal
- trace