1 #[cfg(all(feature = "std", not(miri)))] 2 mod iter; 3 #[cfg(all(feature = "std", not(miri)))] 4 mod memchr; 5 mod simple; 6 #[cfg(all(feature = "std", not(miri)))] 7 mod testdata; 8