1
Fork 0

std: Move platform specific memchr code into sys

This commit is contained in:
Brian Anderson 2016-09-22 00:10:37 +00:00
parent 5c21562302
commit fea1bd4cdf
7 changed files with 309 additions and 271 deletions

View file

@ -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;