45 releases (14 breaking)

Uses new Rust 2024

0.15.2 Aug 27, 2025
0.15.1 Jun 23, 2025
0.15.0 May 16, 2025
0.12.0 Mar 19, 2025
0.2.2 Mar 11, 2024

#16 in #cargo-add

Download history 361/week @ 2025-05-30 62/week @ 2025-06-06 396/week @ 2025-06-13 671/week @ 2025-06-20 652/week @ 2025-06-27 104/week @ 2025-07-04 182/week @ 2025-07-11 631/week @ 2025-07-18 227/week @ 2025-07-25 163/week @ 2025-08-01 445/week @ 2025-08-08 586/week @ 2025-08-15 501/week @ 2025-08-22 283/week @ 2025-08-29 365/week @ 2025-09-05 464/week @ 2025-09-12

1,668 downloads per month
Used in 7 crates

MIT license

94KB
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

~8–44MB
~715K SLoC