summaryrefslogtreecommitdiff
path: root/README.md
blob: b67cca6481db5c35092e74f9026b1f64a94b1f75 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# ssh2-rs

[![Build Status](https://travis-ci.org/alexcrichton/ssh2-rs.svg?branch=master)](https://travis-ci.org/alexcrichton/ssh2-rs)
[![Build Status](https://ci.appveyor.com/api/projects/status/dwc9c26tfdpg52on?svg=true)](https://ci.appveyor.com/project/alexcrichton/ssh2-rs)

[Documentation](http://alexcrichton.com/ssh2-rs/ssh2/index.html)

Rust bindings to libssh2

```toml
# Cargo.toml
[dependencies]
ssh2 = "0.2"
```