Skip to content

Files

Latest commit

4d4ce22 · Aug 12, 2016

History

History
This branch is 2958 commits behind rust-lang/futures-rs:master.

futures-tls

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Aug 2, 2016
Aug 12, 2016
Aug 12, 2016
Aug 9, 2016

futures-tls

An implementation of TLS/SSL streams built on top of the futures-io crate.

Build Status Build status

Documentation

Usage

First, add this to your Cargo.toml:

[dependencies]
futures-tls = { git = "https://github.com/alexcrichton/futures-rs" }

Next, add this to your crate:

extern crate futures_tls;

License

futures-tls is primarily distributed under the terms of both the MIT license and the Apache License (Version 2.0), with portions covered by various BSD-like licenses.

See LICENSE-APACHE, and LICENSE-MIT for details.