1
2
3
4
5
6
#![feature(is_sorted)]
#![feature(ptr_offset_from)]
#![feature(core_intrinsics)]

pub mod sorted_vec;
pub mod unsorted_vec;