1
0
mirror of https://github.com/rust-unofficial/awesome-rust.git synced 2024-11-21 10:45:55 +02:00

Add services category

This commit is contained in:
Sascha Grunert 2019-01-13 18:31:01 +01:00 committed by GitHub
parent dfb0966449
commit d6f3f832c4
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) - [Static analysis](#static-analysis)
- [Testing](#testing) - [Testing](#testing)
- [Transpiling](#transpiling) - [Transpiling](#transpiling)
- [Services](#services)
- [Libraries](#libraries) - [Libraries](#libraries)
- [Artificial Intelligence](#artificial-intelligence) - [Artificial Intelligence](#artificial-intelligence)
- [Genetic algorithms](#genetic-algorithms) - [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) * [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. * [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 ## Libraries
### Artificial Intelligence ### Artificial Intelligence