Crates.io | ssh_cfg2 |
lib.rs | ssh_cfg2 |
version | 0.1.1 |
source | src |
created_at | 2021-11-18 02:18:48.321198 |
updated_at | 2021-11-18 02:18:48.321198 |
description | Parses `~/.ssh/config` asynchronously. |
homepage | |
repository | https://github.com/Julien-R44/ssh_cfg |
max_upload_size | |
id | 483767 |
size | 81,855 |
Parses ~/.ssh/config
asynchronously.
use ssh_cfg::SshConfigParser;
let ssh_config = SshConfigParser::parse_home().await?;
println!("{:?}", ssh_config);
Licensed under either of
at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.