Expand description
Connection resolution — URL, credentials, proxy, SSH config.
This module lives in ferrule-core so that non-CLI consumers
(daemons, REPLs, library embedders) can resolve connections the
same way the CLI does, without depending on clap or interactive
prompts.
Structs§
- Resolved
Connection - Bundled output of connection resolution.
Functions§
- resolve_
connection - Resolve a connection string into a
ResolvedConnection.