summaryrefslogtreecommitdiffstats
path: root/vendor/memchr/src/tests/memchr/mod.rs
blob: 79f94ab56a98970386cbf33105fb88abc9523098 (plain)
1
2
3
4
5
6
7
#[cfg(all(feature = "std", not(miri)))]
mod iter;
#[cfg(all(feature = "std", not(miri)))]
mod memchr;
mod simple;
#[cfg(all(feature = "std", not(miri)))]
mod testdata;