An open API service indexing awesome lists of open source software.

https://github.com/timleslie/sparse_graph

Sparse graph algorithms in Rust.
https://github.com/timleslie/sparse_graph

algorithms data-structures graph graph-algorithms rust-library

Last synced: about 1 year ago
JSON representation

Sparse graph algorithms in Rust.

Awesome Lists containing this project

README

          

[![Rust](https://github.com/timleslie/sparse_graph/actions/workflows/rust.yml/badge.svg)](https://github.com/timleslie/sparse_graph/actions/workflows/rust.yml) [![crates.io](https://img.shields.io/crates/v/sparse_graph.svg)](https://crates.io/crates/sparse_graph) [![crates.io](https://img.shields.io/crates/l/sparse_graph.svg)](https://crates.io/crates/sparse_graph) [![crates.io](https://img.shields.io/crates/d/sparse_graph.svg)](https://crates.io/crates/sparse_graph) [![docs.rs](https://docs.rs/sparse_graph/badge.svg)](https://docs.rs/sparse_graph)

This package implements sparse graph algorithms. It is not fit for general consumption. Use at your own risk.