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

#309 in Algorithms

Download history 31/week @ 2024-01-01 50/week @ 2024-01-08 118/week @ 2024-01-15 118/week @ 2024-01-22 71/week @ 2024-01-29 47/week @ 2024-02-05 52/week @ 2024-02-12 66/week @ 2024-02-19 81/week @ 2024-02-26 131/week @ 2024-03-04 88/week @ 2024-03-11 63/week @ 2024-03-18 38/week @ 2024-03-25 101/week @ 2024-04-01 65/week @ 2024-04-08 64/week @ 2024-04-15

274 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