From 98903028c7578a82e8dd8edb575ff06bf3578b81 Mon Sep 17 00:00:00 2001 From: krircc <718207002@qq.com> Date: Fri, 6 Dec 2019 14:22:29 +0800 Subject: [PATCH 1/6] Update README.md --- README.md | 34 +++++++++++++++++++++++++--------- 1 file changed, 25 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index b7a1bf28..728a548a 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,28 @@ -# Actix web [![Build Status](https://travis-ci.org/actix/actix-web.svg?branch=master)](https://travis-ci.org/actix/actix-web) [![codecov](https://codecov.io/gh/actix/actix-web/branch/master/graph/badge.svg)](https://codecov.io/gh/actix/actix-web) [![crates.io](https://meritbadge.herokuapp.com/actix-web)](https://crates.io/crates/actix-web) [![Join the chat at https://gitter.im/actix/actix](https://badges.gitter.im/actix/actix.svg)](https://gitter.im/actix/actix?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) +
+

Actix web

+

Actix web is a small, pragmatic, and extremely fast rust web framework

+

+ +[![Build Status](https://travis-ci.org/actix/actix-web.svg?branch=master)](https://travis-ci.org/actix/actix-web) +[![codecov](https://codecov.io/gh/actix/actix-web/branch/master/graph/badge.svg)](https://codecov.io/gh/actix/actix-web) +[![crates.io](https://meritbadge.herokuapp.com/actix-web)](https://crates.io/crates/actix-web) +[![Join the chat at https://gitter.im/actix/actix](https://badges.gitter.im/actix/actix.svg)](https://gitter.im/actix/actix?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) + +[![Documentation](https://docs.rs/actix-web/badge.svg)](https://docs.rs/actix-web) +[![Download](https://img.shields.io/crates/d/actix-web.svg?style=flat-square)](https://crates.io/crates/actix-web) +[![Version](https://img.shields.io/badge/rustc-1.39+-lightgray.svg?style=flat-square)](https://blog.rust-lang.org/2019/11/07/Rust-1.39.0.html) +![License](https://img.shields.io/crates/l/actix-web.svg) + +

+ +

+ Website + | + Forum + | + Examples +

+
Actix web is a simple, pragmatic and extremely fast web framework for Rust. @@ -15,14 +39,6 @@ Actix web is a simple, pragmatic and extremely fast web framework for Rust. * Includes an asynchronous [HTTP client](https://actix.rs/actix-web/actix_web/client/index.html) * Supports [Actix actor framework](https://github.com/actix/actix) -## Documentation & community resources - -* [User Guide](https://actix.rs/docs/) -* [API Documentation (1.0)](https://docs.rs/actix-web/) -* [Chat on gitter](https://gitter.im/actix/actix) -* Cargo package: [actix-web](https://crates.io/crates/actix-web) -* Minimum supported Rust version: 1.39 or later - ## Example ```rust From 5243e8bacaa6d77d158e651c92235595b6534c87 Mon Sep 17 00:00:00 2001 From: krircc <718207002@qq.com> Date: Fri, 6 Dec 2019 14:23:28 +0800 Subject: [PATCH 2/6] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 728a548a..6f3f2122 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,7 @@ Examples +
Actix web is a simple, pragmatic and extremely fast web framework for Rust. From 7b3354a9ad3e8a16b0d7d05b9b3e1b02d7834788 Mon Sep 17 00:00:00 2001 From: krircc <718207002@qq.com> Date: Fri, 6 Dec 2019 14:26:23 +0800 Subject: [PATCH 3/6] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6f3f2122..9521d671 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@

Website | - Forum + Forum | Examples

From 82110e0927e1279da6364eb4cb891a45f551442e Mon Sep 17 00:00:00 2001 From: krircc <718207002@qq.com> Date: Fri, 6 Dec 2019 14:29:10 +0800 Subject: [PATCH 4/6] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9521d671..a7d3aa53 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@

Actix web

-

Actix web is a small, pragmatic, and extremely fast rust web framework

+

Actix web is a small, pragmatic, and extremely fast rust web framework

[![Build Status](https://travis-ci.org/actix/actix-web.svg?branch=master)](https://travis-ci.org/actix/actix-web) From e32da08a2659c50766e1e922ee65c4431ca0c7bc Mon Sep 17 00:00:00 2001 From: krircc <718207002@qq.com> Date: Fri, 6 Dec 2019 14:34:14 +0800 Subject: [PATCH 5/6] Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index a7d3aa53..66b275ec 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,6 @@ [![codecov](https://codecov.io/gh/actix/actix-web/branch/master/graph/badge.svg)](https://codecov.io/gh/actix/actix-web) [![crates.io](https://meritbadge.herokuapp.com/actix-web)](https://crates.io/crates/actix-web) [![Join the chat at https://gitter.im/actix/actix](https://badges.gitter.im/actix/actix.svg)](https://gitter.im/actix/actix?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) - [![Documentation](https://docs.rs/actix-web/badge.svg)](https://docs.rs/actix-web) [![Download](https://img.shields.io/crates/d/actix-web.svg?style=flat-square)](https://crates.io/crates/actix-web) [![Version](https://img.shields.io/badge/rustc-1.39+-lightgray.svg?style=flat-square)](https://blog.rust-lang.org/2019/11/07/Rust-1.39.0.html) From 439f02b6b1051f3154a150e003cc0262b57c4c82 Mon Sep 17 00:00:00 2001 From: krircc <718207002@qq.com> Date: Fri, 6 Dec 2019 14:59:11 +0800 Subject: [PATCH 6/6] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 66b275ec..db090a3e 100644 --- a/README.md +++ b/README.md @@ -8,8 +8,8 @@ [![crates.io](https://meritbadge.herokuapp.com/actix-web)](https://crates.io/crates/actix-web) [![Join the chat at https://gitter.im/actix/actix](https://badges.gitter.im/actix/actix.svg)](https://gitter.im/actix/actix?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [![Documentation](https://docs.rs/actix-web/badge.svg)](https://docs.rs/actix-web) -[![Download](https://img.shields.io/crates/d/actix-web.svg?style=flat-square)](https://crates.io/crates/actix-web) -[![Version](https://img.shields.io/badge/rustc-1.39+-lightgray.svg?style=flat-square)](https://blog.rust-lang.org/2019/11/07/Rust-1.39.0.html) +[![Download](https://img.shields.io/crates/d/actix-web.svg)](https://crates.io/crates/actix-web) +[![Version](https://img.shields.io/badge/rustc-1.39+-lightgray.svg)](https://blog.rust-lang.org/2019/11/07/Rust-1.39.0.html) ![License](https://img.shields.io/crates/l/actix-web.svg)