]> git.lizzy.rs Git - rust.git/blob - src/libstd/sys/windows/memchr.rs
Rollup merge of #65144 - clarfon:moo, r=sfackler
[rust.git] / src / libstd / sys / windows / memchr.rs
1 // Original implementation taken from rust-memchr.
2 // Copyright 2015 Andrew Gallant, bluss and Nicolas Koch
3
4 // Fallback memchr is fastest on Windows.
5 pub use core::slice::memchr::{memchr, memrchr};