std: Move platform specific memchr code into sys
This commit is contained in:
parent
5c21562302
commit
fea1bd4cdf
7 changed files with 309 additions and 271 deletions
|
@ -38,6 +38,7 @@ pub mod env;
|
|||
pub mod ext;
|
||||
pub mod fd;
|
||||
pub mod fs;
|
||||
pub mod memchr;
|
||||
pub mod mutex;
|
||||
pub mod net;
|
||||
pub mod os;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue