From 2d8a8b3ead4f2dadeda45fe2481669c8c4beca3f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Ribaud?= Date: Wed, 22 Feb 2023 10:07:53 +0100 Subject: [PATCH] Add petgraph --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 892630f..16e6581 100644 --- a/README.md +++ b/README.md @@ -1270,6 +1270,7 @@ See also [Are we game yet?](https://arewegameyet.rs) ### Graph algorithms +* [petgraph/petgraph](https://github.com/petgraph/petgraph) - Graph data structure library for Rust. [![graph CI status](https://github.com/petgraph/petgraph/workflows/Continuous%20integration/badge.svg?branch=master)](https://github.com/petgraph/petgraph/actions/workflows/ci.yml) * [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