39 releases (11 breaking)

0.11.0 Jan 27, 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

#501 in Science

Download history 123/week @ 2024-10-26 191/week @ 2024-11-02 448/week @ 2024-11-09 191/week @ 2024-11-16 816/week @ 2024-11-23 360/week @ 2024-11-30 800/week @ 2024-12-07 540/week @ 2024-12-14 157/week @ 2024-12-21 71/week @ 2024-12-28 324/week @ 2025-01-04 347/week @ 2025-01-11 260/week @ 2025-01-18 434/week @ 2025-01-25 503/week @ 2025-02-01 636/week @ 2025-02-08

1,847 downloads per month
Used in 2 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–43MB
~688K SLoC