thegraph-core

Crates.iothegraph-core
lib.rsthegraph-core
version0.8.1
sourcesrc
created_at2024-02-26 11:11:43.649319
updated_at2024-11-09 22:40:09.91954
descriptionRust core modules for The Graph network
homepage
repositoryhttps://github.com/edgeandnode/toolshed
max_upload_size
id1153414
size91,107
Crates.io owners (github:edgeandnode:crates-io-owners)

documentation

README

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 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" }
Commit count: 368

cargo fmt