[Yellowstone] Wireframe for moving yellowstone to rust.

This commit is contained in:
Drew Galbraith 2024-08-17 20:19:45 -07:00
parent 0aa4a1f5f1
commit c9b484089e
24 changed files with 265 additions and 25 deletions

View file

@ -5,5 +5,5 @@ edition = "2021"
[dependencies]
mammoth = { path = "../../lib/mammoth" }
yellowstone = { path = "../../lib/yellowstone" }
yellowstone-yunq = { path = "../../lib/yellowstone" }
yunq = { path = "../../lib/yunq" }

View file

@ -8,7 +8,7 @@ use mammoth::debug;
use mammoth::define_entry;
use mammoth::thread;
use mammoth::zion::z_err_t;
use yellowstone::GetEndpointRequest;
use yellowstone_yunq::GetEndpointRequest;
define_entry!();
@ -16,7 +16,7 @@ define_entry!();
pub extern "C" fn main() -> z_err_t {
debug!("Testing!");
let yellowstone = yellowstone::from_init_endpoint();
let yellowstone = yellowstone_yunq::from_init_endpoint();
debug!("Get endpoint");