Luv.PasswdBinds uv_passwd_t.
Gets passwd entry for the current user or the user with the given uid.
Binds uv_os_get_passwd. See getpwuid_r(3p).
Requires libuv 1.9.0.
Feature check: Luv.Require.(has os_get_passwd)
The ?uid argument requires Luv 0.5.13 and libuv 1.45.0.
Feature check: Luv.Require.(has os_get_passwd_uid)
Gets the entry for the group with the given gid.
Binds uv_os_get_group.
Requires Luv 0.5.13 and libuv 1.45.0.
Feature check: Luv.Require.(has os_get_group)