Skip to content

Conversation

@luccabb
Copy link
Member

@luccabb luccabb commented Jan 25, 2025

Summary

adding pointers to Rust crate

Test Plan

$ cat src/main.rs fn main() { let result = gni_lib::get_gpu_node_id(None); println!("Result: {:?}", result); } $ cargo run Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.16s Running `target/debug/my_crate_test` Result: Ok(<id>) 
@luccabb luccabb merged commit 991e937 into main Jan 30, 2025
11 checks passed
@luccabb luccabb deleted the rust_crate branch January 30, 2025 20:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

4 participants