graff 0.1.0

A simple library for manipulating graphs.
Documentation
[dependencies.serde]
optional = true
version = "1.0.210"

[features]
serde = ["serde/derive"]

[lib]
name = "graff"
path = "src/lib.rs"

[package]
authors = ["Alfie Davies <research@alfied.xyz>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["data-structures", "mathematics", "science"]
description = "A simple library for manipulating graphs."
edition = "2021"
keywords = ["graphs", "mathematics"]
license = "Unlicense"
name = "graff"
readme = "README.md"
repository = "https://github.com/alfiemd/graff"
resolver = "2"
rust-version = "1.75.0"
version = "0.1.0"