From a6addbd5c5be599a4b50a9e3c16c8e6731f4975f Mon Sep 17 00:00:00 2001 From: usernique <40544348+usernique@users.noreply.github.com> Date: Wed, 2 Oct 2019 01:56:44 +0530 Subject: [PATCH] Add hyper and nushell for Rust (#399) --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index d03e856..390accd 100644 --- a/README.md +++ b/README.md @@ -223,6 +223,8 @@ If you are not a programmer, but would like to contribute, check out the [Awesom - [Rustfmt](https://github.com/rust-lang-nursery/rustfmt/labels/good-first-issue) _(label: good-first-issue)_
A tool for formatting Rust code according to style guidelines. - [Iron](https://github.com/iron/iron/labels/easy) _(label: easy)_
An extensible, concurrent web framework for Rust - [TiKV](https://github.com/tikv/tikv/labels/D%3A%20Easy) _(label: D: Easy)_
A distributed transactional key-value database +- [nushell](https://github.com/nushell/nushell/labels/good%20first%20issue) _(label: good first issue)_
A modern shell for the GitHub era written in Rust. +- [Hyper](https://github.com/hyperium/hyper/labels/E-easy) _(label: E-easy)_
A fast, safe and correct low-level HTTP library for Rust. ## Scala