#![feature(flt2dec)]
#![feature(test)]
extern crate core;
extern crate test;
mod any;
mod ascii_case;
mod char;
mod hash;
mod iter;
mod num;
mod ops;
mod slice;
mod fmt;