generic_graph 0.1.0

A library for implementing general purpose graphs. Including some default implementation (the latter are still WIP)
Documentation
1
2
3
4
5
6
7
8
9
[package]
name = "generic_graph"
version = "0.1.0"
authors = ["KayJay7 <kayjay7crates@protonmail.com>"]
edition = "2018"
license = "LGPL-3.0-or-later"
description = "A library for implementing general purpose graphs. Including some default implementation (the latter are still WIP)"

[dependencies]