Function gethostname

Source
pub fn gethostname()
Available on doc only.
Expand description

For now, use rustix::process::uname().nodename() instead.

See also the module comment.