Example yunq implementation for one Yellowstone endpoint.

This commit is contained in:
Drew Galbraith 2024-07-26 23:36:07 -07:00
parent 51d40f6db6
commit 3eea4d811a
11 changed files with 301 additions and 3 deletions

8
rust/Cargo.lock generated
View file

@ -52,6 +52,14 @@ dependencies = [
[[package]]
name = "testbed"
version = "0.1.0"
dependencies = [
"mammoth",
"yunq",
]
[[package]]
name = "yunq"
version = "0.1.0"
dependencies = [
"mammoth",
]