diff --git a/src/lib.rs b/src/lib.rs index c39a435..e8eec06 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1,5 +1,7 @@ #![feature(lazy_cell)] +pub use shared_memory_heap::sharedptr::SharedPtr; + mod agent; pub mod x25519; pub mod mlkem;