irosh 0.1.0

SSH sessions over Iroh peer-to-peer transport
Documentation
1
2
3
4
5
6
7
//! Session orchestration, terminal allocations, and signals.

pub mod pty;
mod state;

pub use pty::{PtyOptions, PtySize, RawTerminal, current_terminal_size, default_pty_size};
pub use state::SessionState;