Skip to main content

Crate omnyssh_core

Crate omnyssh_core 

Source
Expand description

OmnySSH core — the frontend-agnostic engine.

Hosts the SSH engine, configuration handling, domain events, and the self-updater. Frontends (the omnyssh TUI today, others later) depend on this crate and never the other way around: nothing here may depend on terminal-rendering, input, or CLI crates.

Modules§

config
Application configuration modules.
event
Domain events and their payload types.
ssh
update
In-app update checker.
utils