cnetworks 0.1.1

A set of tools for creating and manipulating complex networks
Documentation
[[bin]]
name = "main"
path = "src/bin/main.rs"
[dependencies.queues]
version = "1.0.0"

[dependencies.rand]
version = "0.8.3"

[package]
authors = ["Piotr Machura <piotr.machura16@gmail.com>"]
categories = ["mathematics", "science"]
description = "A set of tools for creating and manipulating complex networks"
edition = "2018"
exclude = ["/src/bin"]
homepage = "https://github.com/piotr-machura/cnetworks"
keywords = ["complex-network"]
license = "MIT"
name = "cnetworks"
readme = "README.md"
repository = "https://github.com/piotr-machura/cnetworks"
version = "0.1.1"