mirror of
https://github.com/veeso/termscp.git
synced 2026-04-03 08:41:33 -07:00
docs: complete remaining core module docs
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
//! ## Parser Port Helpers
|
||||
//!
|
||||
//! Shared helpers for resolving default protocol ports and parsing explicit
|
||||
//! port captures from remote connection strings.
|
||||
|
||||
use crate::filetransfer::FileTransferProtocol;
|
||||
|
||||
pub(super) fn default_port_for_protocol(protocol: FileTransferProtocol) -> u16 {
|
||||
|
||||
Reference in New Issue
Block a user