35 releases

0.21.0 Aug 28, 2023
0.20.1 May 8, 2021
0.19.2 Jun 3, 2020
0.19.1 Feb 14, 2020
0.8.1 Nov 19, 2017

#339 in Algorithms

Download history 86/week @ 2024-03-13 58/week @ 2024-03-20 55/week @ 2024-03-27 90/week @ 2024-04-03 60/week @ 2024-04-10 64/week @ 2024-04-17 65/week @ 2024-04-24 67/week @ 2024-05-01 54/week @ 2024-05-08 52/week @ 2024-05-15 82/week @ 2024-05-22 113/week @ 2024-05-29 139/week @ 2024-06-05 87/week @ 2024-06-12 88/week @ 2024-06-19 47/week @ 2024-06-26

373 downloads per month
Used in 2 crates

GPL-3.0+

475KB
10K SLoC

rs-graph

rs-graph crate rs-graph docs

Introduction

rs-graph is a library for graph algorithms and combinatorial optimization

Author

Frank Fischer frank-fischer@shadow-soft.de

Installation

Put the requirement rs-graph = "^0.21" into the Cargo.toml of your project.

Documentation

See docs.rs.

Download

Source code of latest tagged version: rs-graph-v0.21.0.tar.gz

Source code of trunk: rs-graph-trunk.tar.gz


lib.rs:

A library for basic graph data structures and algorithms.

Dependencies