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

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