From 3cbd7682c8696a2005b98e3c1b09f3357ced012d Mon Sep 17 00:00:00 2001 From: toolCHAINZ Date: Thu, 4 May 2023 21:19:32 -0400 Subject: Added some stack layout and reference APIs --- rust/src/lib.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'rust/src/lib.rs') diff --git a/rust/src/lib.rs b/rust/src/lib.rs index aa4f7efb..94e6ea40 100644 --- a/rust/src/lib.rs +++ b/rust/src/lib.rs @@ -155,6 +155,7 @@ pub mod logger; pub mod metadata; pub mod platform; pub mod rc; +pub mod references; pub mod section; pub mod segment; pub mod settings; -- cgit v1.3.1