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

thegraph-core

Rust core modules for The Graph network

37 releases (9 breaking)

new 0.9.6 Dec 19, 2024
0.9.0 Nov 29, 2024
0.5.7 Jul 23, 2024
0.2.2 Mar 11, 2024

#508 in Science

Download history 152/week @ 2024-08-28 188/week @ 2024-09-04 221/week @ 2024-09-11 286/week @ 2024-09-18 136/week @ 2024-09-25 416/week @ 2024-10-02 278/week @ 2024-10-09 86/week @ 2024-10-16 108/week @ 2024-10-23 119/week @ 2024-10-30 508/week @ 2024-11-06 188/week @ 2024-11-13 329/week @ 2024-11-20 783/week @ 2024-11-27 339/week @ 2024-12-04 760/week @ 2024-12-11

2,235 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–40MB
~657K SLoC