From 0f0c36a9927f75aa5b79b34813e25bd1e65e9fb3 Mon Sep 17 00:00:00 2001 From: edunham Date: Mon, 4 Jan 2016 10:00:14 -0800 Subject: [PATCH 1/2] Add Rust section, with Servo Fixes #14 --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 59fc257..6a464c8 100644 --- a/README.md +++ b/README.md @@ -61,6 +61,10 @@ If you are an open source project maintainer, add the label `first-timers-only` - [puppet-mcollective](https://github.com/puppet-community/puppet-mcollective/labels/beginner%20friendly) _(label: beginner friendly)_
MCollective Server and Client Puppet Module. - [Sinatra](https://github.com/sinatra/sinatra/labels/your-first-pr) _(label: your-first-pr)_
Classy web-development dressed in a DSL. +## Rust + +- [Servo](https://github.com/servo/servo/issues?utf8=%E2%9C%93&q=is%3Aopen+is%3Aissue+label%3AE-easy+-label%3A%22C-assigned%22+) _(label:E-easy)_
A browser engine designed for applications including embedded use. + ## Want to create something new? If you are interested in creating something from scratch and looking for ideas check out requests for NPM modules here: [sindresorhus/module-requests](https://github.com/sindresorhus/module-requests/issues) From 1ee124196fa1d228960188caca4b97f34bf69eb3 Mon Sep 17 00:00:00 2001 From: edunham Date: Mon, 4 Jan 2016 11:12:51 -0800 Subject: [PATCH 2/2] Add clippy, rustfmt, and iron --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6a464c8..5570fc5 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,10 @@ If you are an open source project maintainer, add the label `first-timers-only` ## Rust -- [Servo](https://github.com/servo/servo/issues?utf8=%E2%9C%93&q=is%3Aopen+is%3Aissue+label%3AE-easy+-label%3A%22C-assigned%22+) _(label:E-easy)_
A browser engine designed for applications including embedded use. +- [Servo](https://github.com/servo/servo/issues?utf8=%E2%9C%93&q=is%3Aopen+is%3Aissue+label%3AE-easy+-label%3A%22C-assigned%22+) _(label: E-easy)_
A browser engine designed for applications including embedded use. +- [Rust-Clippy](https://github.com/Manishearth/rust-clippy/issues?q=is%3Aopen+is%3Aissue+label%3AE-easy) _(label: E-easy)_
A bunch of lints to catch common mistakes and improve Rust code +- [Rustfmt](https://github.com/rust-lang-nursery/rustfmt/issues?q=is%3Aopen+is%3Aissue+label%3Aeasy) _(label: easy)_
A tool for formatting Rust code according to style guidelines. +- [Iron](https://github.com/iron/iron/issues?q=is%3Aopen+is%3Aissue+label%3Aeasy) _(label: easy)_
An extensible, concurrent web framework for Rust ## Want to create something new?