export null

This commit is contained in:
Intege-rs
2024-11-16 19:26:02 -05:00
parent 190d633008
commit e95a3d3557

View File

@@ -46,7 +46,7 @@ pub mod prelude {
}; };
pub use crate::ffi::{cfn, cstr, ptr_chain}; pub use crate::ffi::{cfn, cstr, ptr_chain};
pub use crate::ext::iter::IterExt; pub use crate::ext::iter::IterExt;
pub use crate::ext::ptr::{Pointer, iterate}; pub use crate::ext::ptr::{Pointer, iterate, null};
pub use crate::time::dur; pub use crate::time::dur;
pub use crate::fnv1::*; pub use crate::fnv1::*;
pub use crate::pstruct::struct_offset; pub use crate::pstruct::struct_offset;