Sha256: a76e0071a887a6bdb1a3edc4887f91889d4beab1426e73417958257467f3c602

Contents?: true

Size: 313 Bytes

Versions: 10

Compression:

Stored size: 313 Bytes

Contents

pub(crate) mod errno;
#[cfg(not(windows))]
#[cfg(not(feature = "std"))]
pub(crate) mod io_slice;
pub(crate) mod poll_fd;
#[cfg(not(windows))]
pub(crate) mod types;

#[cfg_attr(windows, path = "windows_syscalls.rs")]
pub(crate) mod syscalls;

#[cfg(any(target_os = "android", target_os = "linux"))]
pub mod epoll;

Version data entries

10 entries across 8 versions & 1 rubygems

Version Path
wasmtime-9.0.1 ./ext/cargo-vendor/rustix-0.37.19/src/backend/libc/io/mod.rs
wasmtime-8.0.0 ./ext/cargo-vendor/rustix-0.36.12/src/backend/libc/io/mod.rs
wasmtime-8.0.0 ./ext/cargo-vendor/rustix-0.37.13/src/backend/libc/io/mod.rs
wasmtime-7.0.0 ./ext/cargo-vendor/rustix-0.36.11/src/backend/libc/io/mod.rs
wasmtime-7.0.0 ./ext/cargo-vendor/rustix-0.37.5/src/backend/libc/io/mod.rs
wasmtime-6.0.1 ./ext/cargo-vendor/rustix-0.36.8/src/backend/libc/io/mod.rs
wasmtime-6.0.0 ./ext/cargo-vendor/rustix-0.36.8/src/backend/libc/io/mod.rs
wasmtime-5.0.0 ./ext/cargo-vendor/rustix-0.36.7/src/backend/libc/io/mod.rs
wasmtime-0.4.1 ./ext/cargo-vendor/rustix-0.36.5/src/backend/libc/io/mod.rs
wasmtime-0.4.0 ./ext/cargo-vendor/rustix-0.36.5/src/backend/libc/io/mod.rs