graphrust-core 0.1.0

Core graph data structures for graphrust library
Documentation
[package]

name = "graphrust-core"

version.workspace = true

edition.workspace = true

license.workspace = true

repository.workspace = true

keywords.workspace = true

description = "Core graph data structures for graphrust library"

authors = ["Your Name <you@example.com>"]



[dependencies]

rayon.workspace = true

serde = { workspace = true }

serde_json = { workspace = true }



[dev-dependencies]

criterion.workspace = true



[[bench]]

name = "graph_construction"

harness = false