about summary refs log tree commit diff
path: root/src/libstd/sys/windows/memchr.rs
blob: 87b1aa2f24a3af937915bb02e3f200a85093dcdb (plain)
1
2
3
4
5
6
//
// 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};