You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description = "A Rust library for parsing SSH client configuration files. Named after Fores, the Latin word for 'door', reflecting the SSH client's role in establishing a connection to a remote server."
repository = "https://github.com/dainbrump/fores"
license = "MIT"
keywords = ["ssh", "config", "parser"]
categories = ["config", "parser-implementations"]
[dependencies]
lazy_static = "1.5.0"
serde = { version = "1.0", features = ["derive"] }