feat: re-export SharedPtr

This commit is contained in:
2024-10-10 17:46:20 +02:00
parent 14f782b46a
commit 57dae7f181

View File

@@ -1,5 +1,7 @@
#![feature(lazy_cell)] #![feature(lazy_cell)]
pub use shared_memory_heap::sharedptr::SharedPtr;
mod agent; mod agent;
pub mod x25519; pub mod x25519;
pub mod mlkem; pub mod mlkem;