rust/library
Guillaume Gomez 0d3bee8be0
Rollup merge of #85275 - CDirkx:memchr, r=m-ou-se
Move `std::memchr` to `sys_common`

`std::memchr` is a thin abstraction over the different `memchr` implementations in `sys`, along with documentation and tests. The module is only used internally by `std`, nothing is exported externally. Code like this is exactly what the `sys_common` module is for, so this PR moves it there.
2021-05-20 17:56:46 +02:00
..
2021-05-02 17:46:00 -06:00
2021-05-12 00:55:03 +02:00
2021-05-13 15:01:09 +02:00
2021-05-12 00:55:03 +02:00