#module #graph #features #add #cargo-workspace #package

thegraph-core

Rust core modules for The Graph network

38 releases (10 breaking)

new 0.10.0 Jan 9, 2025
0.9.6 Dec 19, 2024
0.9.0 Nov 29, 2024
0.5.7 Jul 23, 2024
0.2.2 Mar 11, 2024

#535 in Science

Download history 151/week @ 2024-09-24 399/week @ 2024-10-01 176/week @ 2024-10-08 199/week @ 2024-10-15 95/week @ 2024-10-22 109/week @ 2024-10-29 491/week @ 2024-11-05 224/week @ 2024-11-12 162/week @ 2024-11-19 894/week @ 2024-11-26 352/week @ 2024-12-03 819/week @ 2024-12-10 516/week @ 2024-12-17 74/week @ 2024-12-24 80/week @ 2024-12-31 278/week @ 2025-01-07

984 downloads per month
Used in 2 crates

MIT license

78KB
1.5K SLoC

thegraph-core

crates.io msrv license ci docs.rs

Rust core modules for The Graph network.

Usage

To add this crate to your project as a dependency use the cargo add command:

cargo add thegraph-core

In a cargo workspace use the package selection feature to add it as a dependency of a specific package in the workspace:

cargo add --package <package-name> thegraph-core 

Alternatively, you can use the Cargo.toml file to add the dependency manually and point to the git repository's URL and the specific tag you want to use, for example:

thegraph-core = { git = "https://github.com/edgeandnode/toolshed.git", tag = "thegraph-core-vX.Y.Z" }

Dependencies

~7–42MB
~667K SLoC