thegraph-client-subgraphs

Crates.iothegraph-client-subgraphs
lib.rsthegraph-client-subgraphs
version0.1.0
sourcesrc
created_at2024-11-09 21:26:49.386714
updated_at2024-11-09 21:26:49.386714
descriptionA client for The Graph network's Subgraphs data service
homepage
repositoryhttps://github.com/edgeandnode/toolshed
max_upload_size
id1442381
size32,009
Lorenzo Delgado (LNSD)

documentation

README

thegraph-client-subgraphs

crates.io msrv license ci docs.rs

A client for The Graph network's Subgraphs data service.

Usage

To add this crate to your project as a dependency use the cargo add command:

cargo add thegraph-client-subgraphs

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-client-subgraphs 

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-client-subgraphs = { git = "https://github.com/edgeandnode/toolshed.git", tag = "thegraph-client-subgraphs-vX.Y.Z" }
Commit count: 368

cargo fmt