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

#1435 in Algorithms

Download history 6/week @ 2024-11-13 11/week @ 2024-11-20 16/week @ 2024-11-27 19/week @ 2024-12-04 75/week @ 2024-12-11 2/week @ 2024-12-18 17/week @ 2025-02-05 12/week @ 2025-02-12 8/week @ 2025-02-19 29/week @ 2025-02-26

66 downloads per month
Used in rs-graph-derive

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