Sha256: a1eab9ce9a2c4454053afdfd3f3705e4cb971e94cc453e4f13690f2f0d83dc2c

Contents?: true

Size: 408 Bytes

Versions: 17

Compression:

Stored size: 408 Bytes

Contents

//! The following is derived from Rust's
//! library/std/src/os/fd/mod.rs at revision
//! fa68e73e9947be8ffc5b3b46d899e4953a44e7e9.
//!
//! Owned and borrowed Unix-like file descriptors.

#![cfg_attr(staged_api, unstable(feature = "io_safety", issue = "87074"))]
#![deny(unsafe_op_in_unsafe_fn)]

// `RawFd`, `AsRawFd`, etc.
mod raw;

// `OwnedFd`, `AsFd`, etc.
mod owned;

pub use owned::*;
pub use raw::*;

Version data entries

17 entries across 15 versions & 1 rubygems

Version Path
wasmtime-13.0.0 ./ext/cargo-vendor/rustix-0.37.23/src/io/fd/mod.rs
wasmtime-12.0.1 ./ext/cargo-vendor/rustix-0.37.23/src/io/fd/mod.rs
wasmtime-12.0.0 ./ext/cargo-vendor/rustix-0.37.23/src/io/fd/mod.rs
wasmtime-11.0.0 ./ext/cargo-vendor/rustix-0.37.23/src/io/fd/mod.rs
wasmtime-10.0.1 ./ext/cargo-vendor/rustix-0.37.23/src/io/fd/mod.rs
wasmtime-10.0.0 ./ext/cargo-vendor/rustix-0.37.23/src/io/fd/mod.rs
wasmtime-9.0.4 ./ext/cargo-vendor/rustix-0.37.23/src/io/fd/mod.rs
wasmtime-9.0.1 ./ext/cargo-vendor/rustix-0.37.19/src/io/fd/mod.rs
wasmtime-8.0.0 ./ext/cargo-vendor/rustix-0.36.12/src/io/fd/mod.rs
wasmtime-8.0.0 ./ext/cargo-vendor/rustix-0.37.13/src/io/fd/mod.rs
wasmtime-7.0.0 ./ext/cargo-vendor/rustix-0.36.11/src/io/fd/mod.rs
wasmtime-7.0.0 ./ext/cargo-vendor/rustix-0.37.5/src/io/fd/mod.rs
wasmtime-6.0.1 ./ext/cargo-vendor/rustix-0.36.8/src/io/fd/mod.rs
wasmtime-6.0.0 ./ext/cargo-vendor/rustix-0.36.8/src/io/fd/mod.rs
wasmtime-5.0.0 ./ext/cargo-vendor/rustix-0.36.7/src/io/fd/mod.rs
wasmtime-0.4.1 ./ext/cargo-vendor/rustix-0.36.5/src/io/fd/mod.rs
wasmtime-0.4.0 ./ext/cargo-vendor/rustix-0.36.5/src/io/fd/mod.rs