From d6f3f832c4f264d93d33b05b31c58026898c81dd Mon Sep 17 00:00:00 2001 From: Sascha Grunert Date: Sun, 13 Jan 2019 18:31:01 +0100 Subject: [PATCH 1/2] Add services category --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 8549a83..965f79e 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,7 @@ If you want to contribute, please read [this](CONTRIBUTING.md). - [Static analysis](#static-analysis) - [Testing](#testing) - [Transpiling](#transpiling) +- [Services](#services) - [Libraries](#libraries) - [Artificial Intelligence](#artificial-intelligence) - [Genetic algorithms](#genetic-algorithms) @@ -527,6 +528,11 @@ See also [Are we (I)DE yet?](https://areweideyet.com/) and [Rust Tools](https:// * [immunant/c2rust](https://github.com/immunant/c2rust) — C to Rust translator and cross checker built atop Clang/LLVM. [![Build Status](https://api.travis-ci.org/immunant/c2rust.svg?branch=master)](https://travis-ci.org/immunant/c2rust) * [jameysharp/corrode](https://github.com/jameysharp/corrode) — A C to Rust translator written in Haskell. +## Services + +- [docs.rs](https://docs.rs) - Automatic documentation generation of crates +- [deps.rs](https://deps.rs) - Detect outdated or insecure dependencies + ## Libraries ### Artificial Intelligence From 010cd272ead65cafff6c6a97be37e305343e8a5a Mon Sep 17 00:00:00 2001 From: Sascha Grunert Date: Sun, 13 Jan 2019 18:33:58 +0100 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 965f79e..d76f165 100644 --- a/README.md +++ b/README.md @@ -530,8 +530,8 @@ See also [Are we (I)DE yet?](https://areweideyet.com/) and [Rust Tools](https:// ## Services -- [docs.rs](https://docs.rs) - Automatic documentation generation of crates - [deps.rs](https://deps.rs) - Detect outdated or insecure dependencies +- [docs.rs](https://docs.rs) - Automatic documentation generation of crates ## Libraries