Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 10 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,23 @@
# Tokio Tls
# Tokio TLS

## Overview

This crate is the home of the tokio-native-tls crate:

- [`tokio-native-tls`](tokio-native-tls)

([tokio-rustls](https://github.com/rustls/tokio-rustls) now lives in the rustls org.)
([tokio-rustls](https://github.com/rustls/tokio-rustls) now lives in the Rustls
org.)

## Getting Help

First, see if the answer to your question can be found in the [Tutorials] or the
First, see if the answer to your question can be found in the [tutorials] or the
[API documentation]. If the answer is not there, there is an active community in
the [Tokio Discord server][chat]. We would be happy to try to answer your
question. Last, if that doesn't work, try opening an [issue] with the question.

[Tutorials]: https://tokio.rs/tokio/tutorial
[API documentation]: https://docs.rs/tokio/latest/tokio
[tutorials]: https://tokio.rs/tokio/tutorial
[API documentation]: https://docs.rs/tokio/latest/tokio/
[chat]: https://discord.gg/tokio
[issue]: https://github.com/tokio-rs/tls/issues/new

Expand All @@ -33,7 +34,8 @@ project.
In addition to the crates in this repository, the Tokio project also maintains
several other libraries, including:

* [`tokio`]: A runtime for writing reliable, asynchronous, and slim applications with the Rust programming language.
* [`tokio`]: A runtime for writing reliable, asynchronous, and slim applications
with the Rust programming language.

* [`tracing`] (formerly `tokio-trace`): A framework for application-level
tracing and async-aware diagnostics.
Expand Down Expand Up @@ -63,5 +65,5 @@ This project is licensed under the [MIT license](LICENSE).
### Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion in Tokio by you, shall be licensed as MIT, without any additional
terms or conditions.
for inclusion in tokio-native-tls by you, shall be licensed as MIT, without any
additional terms or conditions.
9 changes: 5 additions & 4 deletions tokio-native-tls/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# tokio-native-tls
[![github actions](https://github.com/tokio-rs/tls/workflows/CI/badge.svg)](https://github.com/tokio-rs/tls/actions)

[![GitHub Actions](https://github.com/tokio-rs/tls/actions/workflows/CI.yml/badge.svg)](https://github.com/tokio-rs/tls/actions)
[![crates](https://img.shields.io/crates/v/tokio-native-tls.svg)](https://crates.io/crates/tokio-native-tls)
[![license](https://img.shields.io/badge/License-MIT-blue.svg)](https://github.com/tokio-rs/tls/blob/master/tokio-native-tls/LICENSE)
[![docs.rs](https://docs.rs/tokio-native-tls/badge.svg)](https://docs.rs/tokio-native-tls/)
[![docs.rs](https://docs.rs/tokio-native-tls/badge.svg)](https://docs.rs/tokio-native-tls)

An implementation of TLS/SSL streams for Tokio built on top of the
[`native-tls`](https://crates.io/crates/native-tls) crate.
Expand All @@ -14,5 +15,5 @@ This project is licensed under the [MIT license](./LICENSE).
### Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion in Tokio by you, shall be licensed as MIT, without any additional
terms or conditions.
for inclusion in tokio-native-tls by you, shall be licensed as MIT, without any
additional terms or conditions.