docs: document core host and ssh modules

This commit is contained in:
Christian Visintin
2026-03-21 13:36:20 +01:00
parent 7fc61e1e90
commit 3905e8ed79
6 changed files with 35 additions and 0 deletions

View File

@@ -1,3 +1,8 @@
//! ## Remote Bridged Host
//!
//! Bridges a `RemoteFs` implementation behind the local host interface used by
//! the file transfer activity.
mod temp_mapped_file;
use std::io::{Read, Write};