1#![feature(default_field_values)] 2 3mod vector; 4mod mem_utils; 5 6 7pub mod bytes; 8pub use vector::Vector;