Files
rust/library/std
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
..
2020-07-27 19:51:13 -05:00
2020-11-22 17:11:41 -05:00
2021-05-13 22:32:44 +01:00