Files
rust/library/std/src/sys/windows/memchr.rs

6 lines
199 B
Rust
Raw Normal View History

2019-01-11 16:32:31 +00:00
// Original implementation taken from rust-memchr.
// Copyright 2015 Andrew Gallant, bluss and Nicolas Koch
2019-01-11 16:32:31 +00:00
// Fallback memchr is fastest on Windows.
2017-12-13 01:02:19 -06:00
pub use core::slice::memchr::{memchr, memrchr};