1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
mod smart_pointers;
mod usize;

pub use self::usize::*;
pub use smart_pointers::*;

/*
impl<'a, T:Writable<'a>> Writable<'a> for &'a T {

}

pub struct RefArrayWriter<T> {

}
*/