Sha256: e6c44c62daa821f20417644211cd901f9e1837df6085024fae168d2006e085cf
Contents?: true
Size: 263 Bytes
Versions: 19
Compression:
Stored size: 263 Bytes
Contents
//! The `rustix` module contains code specific to the Posix-ish platforms //! supported by the `rustix` crate. pub(crate) mod fs; #[cfg(any(target_os = "macos", target_os = "ios"))] mod darwin; #[cfg(any(target_os = "android", target_os = "linux"))] mod linux;
Version data entries
19 entries across 19 versions & 1 rubygems