#module #shared #service #graph #collection #url #networking

thegraph-core

A collection of Rust modules shared between The Graph's network services

9 unstable releases (3 breaking)

new 0.3.1 Apr 22, 2024
0.3.0 Apr 10, 2024
0.2.3 Apr 10, 2024
0.2.2 Mar 11, 2024
0.0.0 Feb 26, 2024

#342 in #shared

Download history 132/week @ 2024-02-26 487/week @ 2024-03-04 199/week @ 2024-03-11 29/week @ 2024-03-18 4/week @ 2024-03-25 26/week @ 2024-04-01 285/week @ 2024-04-08

348 downloads per month

MIT license

74KB
1.5K SLoC

thegraph-core

Crates.io License ci

A collection of Rust modules shared between The Graph's network services.

Usage

To add this crate to your project as a depenency 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

~16–36MB
~608K SLoC