whoami 2.1.2

Rust library for getting information about the current user and environment
Documentation
1
2
3
4
use crate::Error;

/// This crate's convenience type alias for [`Result`](std::result::Result)s
pub type Result<T = (), E = Error> = core::result::Result<T, E>;