mirror of
https://github.com/rust-unofficial/awesome-rust
synced 2024-11-06 09:20:39 +00:00
Merge pull request #596 from saschagrunert/patch-1
Add services category
This commit is contained in:
commit
b22b72b9b9
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user