dynamic_graph 0.1.4

A library for graph processing
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "dynamic_graph"
version = "0.1.4"
authors = ["Maskim Chistyakov"]
edition = "2018"
license = "MIT"
description = "A library for graph processing"
repository = "https://github.com/Salabar/dynamic_graph/"
readme = "README.md"

[dependencies]
generativity = "1.0.0"
unsafer = "0.1.1"
[profile.dev]
opt-level = 0