2019-01-11 16:32:31 +00:00
|
|
|
// Original implementation taken from rust-memchr.
|
2016-09-22 00:10:37 +00:00
|
|
|
// 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};
|