]> git.lizzy.rs Git - rust.git/blob - library/std/src/sys/windows/memchr.rs
Auto merge of #74105 - npmccallum:naked, r=matthewjasper
[rust.git] / library / std / src / 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};