mofurun 0.4.0

Multi variant Optimized Fun U....okay Mofu is just a cute name okay. Experimental implementation of Vec that stores the state of the underlying array through its enum.
Documentation
1
2
3
4
5
6
#![feature(is_sorted)]
#![feature(ptr_offset_from)]
#![feature(core_intrinsics)]

pub mod sorted_vec;
pub mod unsorted_vec;