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

thegraph-core

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

15 releases (5 breaking)

new 0.5.1 Jun 3, 2024
0.4.3 May 29, 2024
0.2.2 Mar 11, 2024

#90 in #services

Download history 69/week @ 2024-02-20 337/week @ 2024-02-27 314/week @ 2024-03-05 104/week @ 2024-03-12 24/week @ 2024-03-19 5/week @ 2024-03-26 35/week @ 2024-04-02 589/week @ 2024-04-09 144/week @ 2024-04-16 116/week @ 2024-04-23 327/week @ 2024-04-30 250/week @ 2024-05-07 57/week @ 2024-05-14 392/week @ 2024-05-21 605/week @ 2024-05-28

1,430 downloads per month

MIT license

51KB
1K 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

~17–33MB
~561K SLoC