ssh_cfg2

Crates.iossh_cfg2
lib.rsssh_cfg2
version0.1.1
sourcesrc
created_at2021-11-18 02:18:48.321198
updated_at2021-11-18 02:18:48.321198
descriptionParses `~/.ssh/config` asynchronously.
homepage
repositoryhttps://github.com/Julien-R44/ssh_cfg
max_upload_size
id483767
size81,855
Julien Ripouteau (Julien-R44)

documentation

https://docs.rs/ssh_cfg/

README

🌐 SSH Cfg

Parses ~/.ssh/config asynchronously.

use ssh_cfg::SshConfigParser;

let ssh_config = SshConfigParser::parse_home().await?;
println!("{:?}", ssh_config);

License

Licensed under either of

at your option.

Contribution

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.

Commit count: 0

cargo fmt