toolbox 0.2.8-final

Simple tools for daily use
Documentation
1
2
3
4
//! Common algorithms: search, sort and so on.

pub mod search;
pub mod sort;