1
2
3
4
5
mod doubly_ptr;
mod singly_ptr;

pub use doubly_ptr::{DoublyPointer, DoublyPtr};
pub use singly_ptr::{SinglyPointer, SinglyPtr};