blob: 87b1aa2f24a3af937915bb02e3f200a85093dcdb [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};