We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cf0fe06 + afc7106 commit e9b5c86Copy full SHA for e9b5c86
src/libstd/sys/unix/ext/mod.rs
@@ -10,8 +10,14 @@
10
11
//! Experimental extensions to `std` for Unix platforms.
12
//!
13
-//! For now, this module is limited to extracting file descriptors,
14
-//! but its functionality will grow over time.
+//! Provides access to platform-level information on Unix platforms, and
+//! exposes Unix-specific functions that would otherwise be inappropriate as
15
+//! part of the core `std` library.
16
+//!
17
+//! It exposes more ways to deal with platform-specific strings (`OsStr`,
18
+//! `OsString`), allows to set permissions more granularly, extract low-level
19
+//! file descriptors from files and sockets, and has platform-specific helpers
20
+//! for spawning processes.
21
22
//! # Examples
23
0 commit comments