1
2
3
4
5
6
#![feature(test)]
extern crate test;

pub mod search;
pub mod sort;