Skip to content

Commit

Permalink
Update doc comment for the Unix extension module
Browse files Browse the repository at this point in the history
It was a bit outdated, claimed to be able to do less than it actually
could.
  • Loading branch information
tbu- committed Oct 31, 2017
1 parent 6713736 commit afc7106
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions src/libstd/sys/unix/ext/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,14 @@

//! Experimental extensions to `std` for Unix platforms.
//!
//! For now, this module is limited to extracting file descriptors,
//! 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
//! part of the core `std` library.
//!
//! It exposes more ways to deal with platform-specific strings (`OsStr`,
//! `OsString`), allows to set permissions more granularly, extract low-level
//! file descriptors from files and sockets, and has platform-specific helpers
//! for spawning processes.
//!
//! # Examples
//!
Expand Down

0 comments on commit afc7106

Please sign in to comment.