7 releases

0.2.2 Oct 30, 2023
0.2.1 Sep 4, 2023
0.2.0 May 30, 2023
0.1.4 May 30, 2023
0.1.0 Nov 3, 2021

#2 in #libssh

Download history 1345/week @ 2023-12-14 797/week @ 2023-12-21 1126/week @ 2023-12-28 1486/week @ 2024-01-04 1510/week @ 2024-01-11 2951/week @ 2024-01-18 2499/week @ 2024-01-25 2541/week @ 2024-02-01 1842/week @ 2024-02-08 1629/week @ 2024-02-15 1645/week @ 2024-02-22 1455/week @ 2024-02-29 1304/week @ 2024-03-07 1200/week @ 2024-03-14 1428/week @ 2024-03-21 1056/week @ 2024-03-28

5,185 downloads per month
Used in 5 crates (via libssh-rs)

MIT license

3.5MB
86K SLoC

C 83K SLoC // 0.1% comments Rust 3K SLoC // 0.0% comments Shell 111 SLoC // 0.1% comments C++ 43 SLoC // 0.4% comments JavaScript 20 SLoC // 0.3% comments Python 9 SLoC

libssh-rs-sys

Build Status Build Status Build Status

Native bindings to libssh.

Features

The vendored feature causes a static version of libssh to be compiled and linked into your program. If no system libssh is detected at build time, or that system library is too old, then the vendored libssh implementation will be used automatically. Note that the libssh-rs bindings make use of a couple of new interfaces that have not made it into a released version of libssh at the time of writing this note, so all users will be effectively running with vendored enabled until libssh releases version 0.9.7.

The vendored-openssl feature causes a vendored copy of openssl to be compiled and linked into your program.

On macOS and Windows systems, you most likely want to enable both vendored and vendored-openssl.

License

This crate is licensed under the MIT license, and is: Copyright (c) 2021-Present Wez Furlong.

Note that the vendored directory is a submodule that references libssh; libssh is itself GNU Library (or: Lesser) General Public License (LGPL) which has a viral clause in the case where you modify libssh. The license is explained on the libssh features page; the summary is that simply using an unmodified libssh-rs-sys crate will not trigger that viral clause, and you are thus able to use this crate under the terms of the MIT license.

Dependencies

~0.3–2MB
~38K SLoC