22个版本 (6个重大更改)
新 0.6.0 | 2024年8月19日 |
---|---|
0.5.7 | 2024年7月23日 |
0.5.3 | 2024年6月24日 |
0.2.2 | 2024年3月11日 |
#179 in #services
1,446 每月下载次数
80KB
1.5K SLoC
thegraph-core
The Graph网络服务之间共享的Rust模块集合。
用法
要将此crate作为依赖项添加到项目中,请使用cargo add
命令
cargo add thegraph-core
在cargo工作区中,使用包选择功能将特定包作为工作区依赖项添加
cargo add --package <package-name> thegraph-core
或者,您可以使用Cargo.toml
文件手动添加依赖项,并指向git仓库的URL和您想使用的特定标签,例如
thegraph-core = { git = "https://github.com/edgeandnode/toolshed.git", tag = "thegraph-core-vX.Y.Z" }
依赖项
~18–34MB
~638K SLoC