Docs.rs
pam-client2-0.5.5
pam-client2 0.5.5
Permalink
Docs.rs crate page
MPL-2.0
Links
Repository
crates.io
Source
Owners
LeChatP
Dependencies
bitflags ^2.11.0
normal
libc ^0.2
normal
pam-sys2 ^1.0
normal
rpassword ^7.4.0
normal
optional
rustversion ^1.0
normal
serde ^1.0
normal
optional
Versions
69.37%
of the crate is documented
Platform
aarch64-unknown-linux-gnu
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
Module env_list
pam_
client2
0.5.5
Module env_
list
Module Items
Structs
Type Aliases
In crate pam_
client2
pam_client2
Module
env_
list
Copy item path
Source
Expand description
PAM environment list
Structs
§
EnvItem
Item in a PAM environment list.
EnvList
A PAM environment list
Tuple
Iter
Iterator over
EnvItem
s converted to
(key: &OsStr, value: &OsStr)
tuples.
Type Aliases
§
Iter
Iterator over
EnvItem
s in an
EnvList
.