yagraphc 0.1.2

Crate for working with Graph data structures and common algorithms on top of it.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[dependencies.thiserror]
version = "1.0.52"

[package]
categories = ["algorithms", "data-structures", "mathematics"]
description = "Crate for working with Graph data structures and common algorithms on top of it."
edition = "2021"
keywords = ["graph", "data-structure", "algorithm", "path", "mathematics"]
license = "MIT"
name = "yagraphc"
readme = "README.md"
repository = "https://github.com/AloizioMacedo/yagraphc"
version = "0.1.2"