summary refs log tree commit diff
path: root/src/libcore/benches/lib.rs
blob: 570fc4ab93390ecba7eb509c0be49cbd5ebba634 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#![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;