Sign in
gnu
/
gcc
/
refs/heads/master
/
.
/
libgrust
/
rustc-lib
/
core
/
benches
/
lib.rs
blob: de4ef7949f344a6842fe1d7c8d2a3214f59e18a1 [
file
] [
log
] [
blame
]
// wasm32 does not support benches (no time).
#![
cfg
(
not
(
target_arch
=
"wasm32"
))]
#![
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
;