diff options
author | Matteo Bigoi <bigo@crisidev.org> | 2021-07-16 08:01:56 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-16 08:01:56 +0100 |
commit | 40d7d18415324205a9ba7ddd1c08b9f0fade42ec (patch) | |
tree | 04b184cc921f0b8b2741943e7317b8f9a572296f | |
parent | 124a367fff514875eca9e1b876b7476d31272984 (diff) | |
parent | 7209aeba7fd7188ecb3727ac19416978ad99499d (diff) | |
download | ssh2-rs-40d7d18415324205a9ba7ddd1c08b9f0fade42ec.zip |
Revert "Add documentation on where to find async compatible versions…
-rw-r--r-- | src/lib.rs | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -7,10 +7,6 @@ //! Note that libssh2 only supports SSH *clients*, not SSH *servers*. //! Additionally it only supports protocol v2, not protocol v1. //! -//! In case you are searching for an async versions of this library, -//! you can look at https://github.com/spebern/async-ssh2 or https://github.com/bk-rs/async-ssh2-lite, -//! which are both adding async compatibility on top of ssh2-rs implementation. -//! //! # Examples //! //! ## Inspecting ssh-agent |