rust/library/std/src/os/wasi
Dan Gohman 2d46d1bec9 Rename WASI's is_character_device to is_char_device.
Rename WASI's `FileTypeExt::is_character_device` to
`FileTypeExt::is_char_device`, for consistency with the Unix
`FileTypeExt::is_char_device`.

Also, add a `FileTypeExt::is_socket` function, for consistency with the
Unix `FileTypeExt::is_socket` function.
2021-11-12 09:25:32 -08:00
..
io Factor out a common RawFd/AsRawFd/etc for Unix and WASI. 2021-08-19 13:27:19 -07:00
net Factor out a common RawFd/AsRawFd/etc for Unix and WASI. 2021-08-19 13:27:19 -07:00
ffi.rs modify std::os docs to be more consistent 2021-09-17 23:23:21 +05:30
fs.rs Rename WASI's is_character_device to is_char_device. 2021-11-12 09:25:32 -08:00
mod.rs modify std::os docs to be more consistent 2021-09-17 23:23:21 +05:30