Sign in
android
/
toolchain
/
rustc
/
ff3f07ae99a30006dd85b9d73084edd9355c9db6
/
.
/
src
/
libstd
/
sys
/
windows
/
memchr.rs
blob: b9e5bcc1b4bbd26d1532f2e84be0e0819ad01759 [
file
] [
log
] [
blame
]
// Original implementation taken from rust-memchr.
// Copyright 2015 Andrew Gallant, bluss and Nicolas Koch
// Fallback memchr is fastest on Windows.
pub
use
core
::
slice
::
memchr
::{
memchr
,
memrchr
};