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

7
rust/lib/yunq/Cargo.toml Normal file
View file

@ -0,0 +1,7 @@
[package]
name = "yunq"
version = "0.1.0"
edition = "2021"
[dependencies]
mammoth = {path = "../mammoth"}