move to submodule (part 2)

This commit is contained in:
numzero 2026-05-07 20:03:31 +03:00
parent 9cc3725a73
commit 07ed195069

3
src/lib.rs Normal file
View File

@ -0,0 +1,3 @@
pub mod ptr;
pub use ptr::OwnRef;