os-rust/src/libcore/benches/lib.rs

16 lines
161 B
Rust
Raw Normal View History

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