From cb356517a4216de62ed93888897cdfe0477f5b4f Mon Sep 17 00:00:00 2001 From: Nikolay Kim Date: Sat, 19 Feb 2022 20:26:22 +0600 Subject: [PATCH] Update README.md --- README.md | 7 ++++--- ntex/README.md | 44 +------------------------------------------- 2 files changed, 5 insertions(+), 46 deletions(-) mode change 100644 => 120000 ntex/README.md diff --git a/README.md b/README.md index 8ec8d46c..d218655b 100644 --- a/README.md +++ b/README.md @@ -4,12 +4,13 @@

[![build status](https://github.com/ntex-rs/ntex/workflows/CI%20%28Linux%29/badge.svg?branch=master&event=push)](https://github.com/ntex-rs/ntex/actions?query=workflow%3A"CI+(Linux)") -[![codecov](https://codecov.io/gh/ntex-rs/ntex/branch/master/graph/badge.svg)](https://codecov.io/gh/ntex-rs/ntex) [![crates.io](https://img.shields.io/crates/v/ntex.svg)](https://crates.io/crates/ntex) -[![Documentation](https://docs.rs/ntex/badge.svg)](https://docs.rs/ntex) +[![Documentation](https://img.shields.io/docsrs/ntex/latest)](https://docs.rs/ntex) [![Version](https://img.shields.io/badge/rustc-1.53+-lightgray.svg)](https://blog.rust-lang.org/2021/06/17/Rust-1.53.0.html) ![License](https://img.shields.io/crates/l/ntex.svg) - +[![codecov](https://codecov.io/gh/ntex-rs/ntex/branch/master/graph/badge.svg)](https://codecov.io/gh/ntex-rs/ntex) +[![Chat on Discord](https://img.shields.io/discord/919288597826387979?label=chat&logo=discord)](https://discord.gg/zBNyhVRz) +

diff --git a/ntex/README.md b/ntex/README.md deleted file mode 100644 index 8ec8d46c..00000000 --- a/ntex/README.md +++ /dev/null @@ -1,43 +0,0 @@ -
-

ntex

-

Framework for composable network services.

-

- -[![build status](https://github.com/ntex-rs/ntex/workflows/CI%20%28Linux%29/badge.svg?branch=master&event=push)](https://github.com/ntex-rs/ntex/actions?query=workflow%3A"CI+(Linux)") -[![codecov](https://codecov.io/gh/ntex-rs/ntex/branch/master/graph/badge.svg)](https://codecov.io/gh/ntex-rs/ntex) -[![crates.io](https://img.shields.io/crates/v/ntex.svg)](https://crates.io/crates/ntex) -[![Documentation](https://docs.rs/ntex/badge.svg)](https://docs.rs/ntex) -[![Version](https://img.shields.io/badge/rustc-1.53+-lightgray.svg)](https://blog.rust-lang.org/2021/06/17/Rust-1.53.0.html) -![License](https://img.shields.io/crates/l/ntex.svg) - -

-
- -## Build statuses - -| Platform | Build Status | -| ---------------- | ------------ | -| Linux | [![build status](https://github.com/ntex-rs/ntex/workflows/CI%20%28Linux%29/badge.svg?branch=master&event=push)](https://github.com/ntex-rs/ntex/actions?query=workflow%3A"CI+(Linux)") | -| macOS | [![build status](https://github.com/ntex-rs/ntex/workflows/CI%20%28OSX%29/badge.svg?branch=master&event=push)](https://github.com/ntex-rs/ntex/actions?query=workflow%3A"CI+(OSX)") | -| Windows | [![build status](https://github.com/ntex-rs/ntex/workflows/CI%20%28Windows%29/badge.svg?branch=master&event=push)](https://github.com/ntex-rs/ntex/actions?query=workflow%3A"CI+(Windows)") | - -## Usage - -Starting ntex v0.5 async runtime must be selected as a feature. Available options are `glommio`, -`tokio` or `async-std`. - -```toml -[dependencies] -ntex = { version = "0.5", features = ["glommio"] } -``` - -## Documentation & community resources - -* [Documentation](https://docs.rs/ntex) -* Minimum supported Rust version: 1.53 or later - -## License - -This project is licensed under - -* MIT license ([LICENSE](LICENSE) or [http://opensource.org/licenses/MIT](http://opensource.org/licenses/MIT)) diff --git a/ntex/README.md b/ntex/README.md new file mode 120000 index 00000000..32d46ee8 --- /dev/null +++ b/ntex/README.md @@ -0,0 +1 @@ +../README.md \ No newline at end of file