Docs.rs
envvar-0.1.3
envvar 0.1.3
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Documentation
Repository
crates.io
Source
Owners
mhristache
Dependencies
Versions
80%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
envvar
0.1.3
All Items
Crate Items
Enums
Functions
Crate
envvar
Copy item path
Source
Enums
§
VarError
Same as
std::env::VarError
but provides access to the name of the environment variable which is
NotPresent
Functions
§
var
Fetches the environment variable
key
from the current process.