summary refs log tree commit diff
path: root/src/libstd/sys/redox/memchr.rs
blob: d2bfcce86f414bca0c93bad4a80f22bcaf354ca9 (plain)
1
2
3
4
// Original implementation taken from rust-memchr.
// Copyright 2015 Andrew Gallant, bluss and Nicolas Koch

pub use core::slice::memchr::{memchr, memrchr};