yo-graph 0.3.21

The adjacency plane yo traverses graphs with
Documentation
[package]
name = "yo-graph"
description = "The adjacency plane yo traverses graphs with"
version.workspace = true
edition.workspace = true
rust-version.workspace = true
license.workspace = true
repository.workspace = true
homepage.workspace = true
authors.workspace = true
readme.workspace = true
keywords.workspace = true
categories.workspace = true

[dependencies]
# The prefetch hint, which is the whole of what a batched multi hop walk needs
# from anything outside this crate.
yo-common.workspace = true
# A node's properties and an edge's properties are documents, which is `11`
# section 3 taken at its word rather than a second key value store built to hold
# what the document model already holds.
yo-doc.workspace = true

[dev-dependencies]
criterion = { workspace = true }

[[bench]]
name = "adjacency"
harness = false

[[bench]]
name = "algo"
harness = false

[[bench]]
name = "cold"
harness = false

[[bench]]
name = "property"
harness = false

[lints]
workspace = true