Docs.rs
anyhow-std-0.1.3
anyhow-std 0.1.3
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
nathan-at-least
Dependencies
anyhow ^1.0.69
normal
derive_more ^0.99.17
normal
tempfile ^3.5.0
dev
test-case ^3.0.0
dev
Versions
100%
of the crate is documented
Go to latest version
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
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
☰
Module env
Functions
?
Module
anyhow_std
::
env
source
·
[
−
]
Expand description
Wrappers for
std::env
Functions
var
Wrap
std::env::var
providing
key
in error context
var_os
Wrap
std::env::var_os
, converting
None
to an error with
key
in error context