Add memchr implemenation based on rust-memchr to libstd
This commit is contained in:
parent
27d551142f
commit
ca52c56e34
2 changed files with 402 additions and 0 deletions
|
@ -248,6 +248,7 @@
|
|||
#![feature(link_args)]
|
||||
#![feature(linkage)]
|
||||
#![feature(macro_reexport)]
|
||||
#![feature(num_bits_bytes)]
|
||||
#![feature(on_unimplemented)]
|
||||
#![feature(oom)]
|
||||
#![feature(optin_builtin_traits)]
|
||||
|
@ -429,6 +430,7 @@ pub mod path;
|
|||
pub mod process;
|
||||
pub mod sync;
|
||||
pub mod time;
|
||||
mod memchr;
|
||||
|
||||
#[macro_use]
|
||||
#[path = "sys/common/mod.rs"] mod sys_common;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue