1
Fork 0
rust/src/libcore/benches/lib.rs

16 lines
172 B
Rust
Raw Normal View History

#![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;
2019-01-12 01:53:47 +09:00
mod fmt;