Merge pull request #596 from saschagrunert/patch-1

Add services category
This commit is contained in:
Lukáš Hozda [magnusi] 2019-01-17 18:41:26 +01:00 committed by GitHub
commit b22b72b9b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
- [deps.rs](https://deps.rs) - Detect outdated or insecure dependencies
- [docs.rs](https://docs.rs) - Automatic documentation generation of crates
## Libraries
### Artificial Intelligence