Skip to main content

Module app

Module app 

Source
Expand description

Main host-facing entrypoints plus bootstrap/runtime state.

Re-exports§

pub use runtime::AppClients;
pub use runtime::AppRuntime;
pub use runtime::AuthState;
pub use runtime::ConfigState;
pub use runtime::LaunchContext;
pub use runtime::RuntimeContext;
pub use runtime::TerminalKind;
pub use runtime::UiState;
pub use session::AppSession;
pub use session::AppState;
pub use session::DebugTimingBadge;
pub use session::DebugTimingState;
pub use session::LastFailure;
pub use session::ReplScopeFrame;
pub use session::ReplScopeStack;
pub use sink::BufferedUiSink;
pub use sink::StdIoUiSink;
pub use sink::UiSink;

Modules§

runtime
Runtime-scoped host state.
session
Session-scoped host state.
sink

Structs§

App
AppBuilder
AppRunner

Functions§

run_from
run_process
run_process_with_sink