graphrust-ffi 0.1.0

C/C++ FFI bindings for graphrust algorithms
Documentation
[package]

name = "graphrust-ffi"

version.workspace = true

edition.workspace = true

license.workspace = true

repository.workspace = true

keywords.workspace = true

description = "C/C++ FFI bindings for graphrust algorithms"

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



[dependencies]

graphrust-core.workspace = true

graphrust-algos.workspace = true

cxx.workspace = true

rayon.workspace = true



[build-dependencies]

cxx = "1.0"

cbindgen = "0.26"



[[example]]

name = "rust_example"

path = "examples/rust_example.rs"