graphix 0.5.3

A Rust library for representing undirected graphs using a compressed adjacency list
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "graphix"
version = "0.5.3"
edition = "2021"
authors = ["PlotoZypresse"]
description = "A Rust library for representing undirected graphs using a compressed adjacency list"
repository = "https://github.com/PlotoZypresse/graphix"
homepage = "https://github.com/PlotoZypresse/graphix"
license = "MIT"
keywords = ["graph", "undirected", "adjacency-list", "data-structures", "rust"]
categories = ["data-structures"]
readme = "README.md"

[dependencies]