oxgraph-graph 0.2.4

Storage-agnostic core traits for binary graph views.
Documentation
[package]
name = "oxgraph-graph"
version.workspace = true
license.workspace = true
description = "Storage-agnostic core traits for binary graph views."
categories.workspace = true
keywords.workspace = true
readme.workspace = true

authors.workspace = true
edition.workspace = true
repository.workspace = true

[dependencies]
oxgraph-topology = { version = "0.2.4", path = "../oxgraph-topology" }

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

[lints]
workspace = true