From 6070e80fff149ede26ad6f8733896c1113c67d63 Mon Sep 17 00:00:00 2001 From: kud1ing Date: Mon, 2 Jan 2017 09:38:40 +0100 Subject: [PATCH] add section "Graph processing" --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index c38911d..09434de 100644 --- a/README.md +++ b/README.md @@ -39,6 +39,7 @@ If you want to contribute, please read [this](CONTRIBUTING.md). - [Game development](#game-development) - [Geospatial](#geospatial) - [Graphics](#graphics) + - [Graph processing](#graph-processing) - [GUI](#gui) - [Image processing](#image-processing) - [Logging](#logging) @@ -603,6 +604,11 @@ See also [http://areweideyet.com/](http://areweideyet.com/) and [Rust and IDEs]( * [tomaka/vulkano](https://github.com/tomaka/vulkano) [[vulkano](https://crates.io/crates/vulkano)] — [](https://travis-ci.org/tomaka/vulkano) +### Graph processing + +* [kud1ing/tinkerpop-rs](https://github.com/kud1ing/tinkerpop-rs) — an example how to use Apache TinkerPop from Rust [](https://travis-ci.org/kud1ing/tinkerpop-rs) + + ### GUI [[gui](https://crates.io/keywords/gui)]