async-ssh 0.1.0

High-level library for asynchronous SSH connections
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# async-ssh

[![Crates.io](https://img.shields.io/crates/v/async-ssh.svg)](https://crates.io/crates/async-ssh)
[![Documentation](https://docs.rs/async-ssh/badge.svg)](https://docs.rs/async-ssh/)
[![Build Status](https://travis-ci.org/jonhoo/async-ssh.svg?branch=master)](https://travis-ci.org/jonhoo/async-ssh)



# Live-coding

The crate is under development as part of a live-coding stream series intended
for users who are already somewhat familiar with Rust, and who want to see
something larger and more involved be built.

You can find the recordings of past sessions in [this YouTube
playlist](https://www.youtube.com/playlist?list=PLqbS7AVVErFgY2faCIYjJZv_RluGkTlKt).
See also my [Patreon](https://www.patreon.com/jonhoo) and
[Twitter](https://twitter.com/jonhoo) for updates about future streams.