From 0d316d2f734a4ee03523f6001f5a1a4bb7535bc9 Mon Sep 17 00:00:00 2001 From: Bigo Date: Sun, 22 Nov 2020 16:10:48 +0000 Subject: Add documentation on where to find async compatibile versions of ssh2-rs --- src/lib.rs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/lib.rs b/src/lib.rs index f74e01e..823c24c 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -7,6 +7,10 @@ //! 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 -- cgit v1.2.3