Docs.rs
env-hooks-0.1.0
env-hooks 0.1.0
Docs.rs crate page
MIT
Links
crates.io
Source
Owners
dfrankland
Dependencies
anyhow ^1.0.100
normal
bstr ^1.12.0
normal
duct ^1.1.0
normal
indexmap ^2.12.0
normal
once_cell ^1.21.3
normal
serde_json ^1.0.145
normal
shell-quote ^0.7.2
normal
tempfile ^3.23.0
normal
Versions
0%
of the crate is documented
Go to latest version
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
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
EnvVars
env_
hooks
0.1.0
EnvVars
Aliased Type
In crate env_
hooks
env_hooks
Type Alias
EnvVars
Copy item path
Source
pub type EnvVars =
BTreeMap
<
String
,
String
>;
Aliased Type
ยง
pub struct EnvVars {
/* private fields */
}