42 releases (13 breaking)

Uses new Rust 2024

0.14.0 Apr 17, 2025
0.12.0 Mar 19, 2025
0.9.6 Dec 19, 2024
0.9.0 Nov 29, 2024
0.2.2 Mar 11, 2024

#3 in #eip-712

Download history 351/week @ 2025-01-06 330/week @ 2025-01-13 260/week @ 2025-01-20 446/week @ 2025-01-27 493/week @ 2025-02-03 677/week @ 2025-02-10 275/week @ 2025-02-17 277/week @ 2025-02-24 173/week @ 2025-03-03 298/week @ 2025-03-10 963/week @ 2025-03-17 863/week @ 2025-03-24 345/week @ 2025-03-31 596/week @ 2025-04-07 583/week @ 2025-04-14 435/week @ 2025-04-21

1,963 downloads per month
Used in 7 crates

MIT license

82KB
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–42MB
~679K SLoC