Merge pull request #1374 from s1ck/patch-1

Add s1ck/graph library
pull/1375/head
Tom Parker-Shemilt 2 years ago committed by GitHub
commit 34f0400292
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -76,6 +76,7 @@ If you want to contribute, please read [this](CONTRIBUTING.md).
* [Functional Programming](#functional-programming)
* [Game development](#game-development)
* [Geospatial](#geospatial)
* [Graph algorithms](#graph-algorithms)
* [Graphics](#graphics-1)
* [GUI](#gui)
* [Image processing](#image-processing-1)
@ -1219,6 +1220,10 @@ See also [Are we game yet?](https://arewegameyet.rs)
* [rust-reverse-geocoder](https://github.com/gx0r/rrgeo) — A fast, offline reverse geocoder in Rust, inspired by [thampiman/reverse-geocoder](https://github.com/thampiman/reverse-geocoder)
* [vlopes11/geomorph](https://github.com/vlopes11/geomorph) [[geomorph](https://crates.io/crates/geomorph)] — conversion between UTM, LatLon and MGRS coordinates [![build badge](https://api.travis-ci.org/vlopes11/geomorph.svg?branch=master)](https://travis-ci.org/vlopes11/geomorph)
### Graph algorithms
* [s1ck/graph](https://github.com/s1ck/graph) - A library for high-performant graph algorithms [![graph CI status](https://img.shields.io/github/workflow/status/s1ck/graph/CI/main?label=CI)](https://github.com/s1ck/graph/actions/workflows/rust.yml)
### Graphics
[[graphics](https://crates.io/keywords/graphics)]

Loading…
Cancel
Save