Miyoshi-Ryota / async-ssh2-tokio

asynchronous and easy-to-use high level ssh client library for rust
Apache License 2.0
67 stars 27 forks source link

impl Debug for Client #46

Closed cybersoulK closed 11 months ago

cybersoulK commented 11 months ago

Implement Debug for Client also for ClientHandler since it can, and in case russh implements Debug for Handle some day, then we use the derive macro.

cybersoulK commented 11 months ago

and expose russh::client::Config to use with Client::connect_with_config

Miyoshi-Ryota commented 11 months ago

@cybersoulK I've released as 0.8.1 to crates.io. Thank you!