rust/library/std/src/sys
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
..
common Update documentation 2021-04-14 14:03:00 +02:00
hermit Move std::memchr to sys_common 2021-05-14 03:54:46 +02:00
sgx Add support for const operands and options to global_asm! 2021-05-13 22:31:57 +01:00
unix Rollup merge of #85275 - CDirkx:memchr, r=m-ou-se 2021-05-20 17:56:46 +02:00
unsupported Provide ExitStatusError 2021-05-12 11:12:19 +01:00
wasi Move std::sys::wasi::ext to std::os::wasi 2021-05-03 16:56:21 +02:00
wasm Rollup merge of #84655 - CDirkx:wasm, r=m-ou-se 2021-05-07 16:19:20 +02:00
windows Rename rterr to rtprintpanic 2021-05-19 15:52:09 +02:00
mod.rs Allow documenting on hermit 2021-05-03 16:56:22 +02:00