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

thegraph-core

The Graph网络服务之间共享的Rust模块集合

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

Download history 355/week @ 2024-05-05 61/week @ 2024-05-12 365/week @ 2024-05-19 502/week @ 2024-05-26 363/week @ 2024-06-02 126/week @ 2024-06-09 283/week @ 2024-06-16 690/week @ 2024-06-23 621/week @ 2024-06-30 431/week @ 2024-07-07 282/week @ 2024-07-14 483/week @ 2024-07-21 552/week @ 2024-07-28 415/week @ 2024-08-04 156/week @ 2024-08-11 314/week @ 2024-08-18

1,446 每月下载次数

MIT 许可证

80KB
1.5K SLoC

thegraph-core

Crates.io License ci

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