Docs.rs
gw-bin-0.4.2
gw-bin 0.4.2
Docs.rs crate page
MIT
Links
Documentation
Repository
crates.io
Source
Owners
daniel7grant
Dependencies
dirs ^6
normal
duct ^1.0.0
normal
duct_sh ^1.0.0
normal
duration-string ^0.5.2
normal
git2 ^0.20.0
normal
gumdrop ^0.8.1
normal
log ^0.4.20
normal
mockall ^0.13.0
normal
nix ^0.30.1
normal
shlex ^1.3.0
normal
signal-hook ^0.3.17
normal
simplelog ^0.12.2
normal
thiserror ^2.0.3
normal
time ^0.3.36
normal
tiny_http ^0.12.0
normal
duct ^1.0.0
dev
rand ^0.9.0
dev
testing_logger ^0.1.1
dev
ureq ^3.0.5
dev
git2 ^0.20.0
normal
Versions
87.58%
of the crate is documented
Platform
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
Files
gw_bin/
context.rs
1
use
std::collections::HashMap;
2
3
pub type
Context = HashMap<
&
'static
str, String>;