Crate pwd [] [src]

Safe interface to <pwd.h>

This module, named after the python module with the same function, is a safe interafce to pwd.h on unix-y systems. Currently nothing from this module compiles on windows, or attempts to make any kind of similar interface for windows

Structs

Error

The Error type.

Passwd

The main struct for the library, a safe version of the POSIX struct passwd

Enums

ErrorKind

The kind of an error.

Traits

ResultExt

Additional methods for Result, for easy interaction with this crate.

Type Definitions

Result

Convenient wrapper around std::Result.