mirror of
https://github.com/rust-unofficial/awesome-rust
synced 2024-11-12 23:27:14 +00:00
add section "Graph processing"
This commit is contained in:
parent
39a4053a51
commit
6070e80fff
1 changed files with 6 additions and 0 deletions
|
@ -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)] — [<img src="https://travis-ci.org/tomaka/vulkano.svg?branch=master">](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 [<img src="https://travis-ci.org/kud1ing/tinkerpop-rs.svg?branch=master">](https://travis-ci.org/kud1ing/tinkerpop-rs)
|
||||
|
||||
|
||||
### GUI
|
||||
|
||||
[[gui](https://crates.io/keywords/gui)]
|
||||
|
|
Loading…
Reference in a new issue