mgraph 0.1.5

A simple, performance-oriented graph library for Rust
Documentation
[dependencies.rand]
version = "0.3.14"

[dependencies.serde_json]
version = "1.0"

[lib]
path = "src/graph.rs"

[package]
authors = ["Maks Tamoian <maks.tamoian@gmail.com>"]
description = "A simple, performance-oriented graph library for Rust"
documentation = "https://docs.rs/mgraph/latest/mgraph/"
edition = "2021"
exclude = ["src/main.rs", ".gitignore", ".github/*"]
license = "MIT"
name = "mgraph"
readme = "./README.md"
repository = "https://github.com/makstamoian/graph/"
version = "0.1.5"