corundum 0.4.1

Persistent Programming Library
Documentation
//! Manually manage memory through raw pointers

mod slice;
mod ptr;
mod non_null;

pub use slice::*;
pub use ptr::*;
pub use non_null::*;