Docs.rs
zoi-rs-1.4.0
zoi-rs 1.4.0
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
ZilloweZ
Dependencies
anyhow ^1.0.98
normal
chrono ^0.4.41
normal
clap ^4.5.41
normal
clap_complete ^4.5.55
normal
clap_mangen ^0.2.29
normal
colored ^3.0.0
normal
comfy-table ^7.1.4
normal
crossterm ^0.29.0
normal
dialoguer ^0.12.0
normal
dirs ^6.0.0
normal
flate2 ^1.1.4
normal
fs2 ^0.4.3
normal
git2 ^0.20.2
normal
hex ^0.4.3
normal
home ^0.5.11
normal
indicatif ^0.18.0
normal
junction ^1.3.0
normal
md5 ^0.8.0
normal
mlua ^0.11.3
normal
nix ^0.30.1
normal
openssl ^0.10.73
normal
phf ^0.13.1
normal
pulldown-cmark ^0.13.0
normal
ratatui ^0.29.0
normal
rayon ^1.11.0
normal
regex ^1.11.1
normal
reqwest ^0.12.22
normal
self_update ^0.42.0
normal
semver ^1.0.26
normal
sequoia-openpgp ^2.0.0
normal
serde ^1.0.219
normal
serde_json ^1.0.141
normal
serde_yaml ^0.9.34
normal
sha2 ^0.10.9
normal
spdx ^0.12.0
normal
syntect ^5.2.0
normal
tar ^0.4.44
normal
tempfile ^3.20.0
normal
toml ^0.9.7
normal
urlencoding ^2.1.3
normal
uuid ^1.17.0
normal
walkdir ^2.5.0
normal
winapi ^0.3.9
normal
xz2 ^0.1.7
normal
zip ^6.0.0
normal
zstd ^0.13.3
normal
dotenvy ^0.15.7
build
phf ^0.13.1
build
phf_codegen ^0.13.1
build
serde ^1.0
build
serde_json ^1.0
build
winreg ^0.55.0
normal
Versions
6.71%
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
run_shell_command
zoi
1.4.0
In zoi::
project::
executor
zoi
::
project
::
executor
Function
run_
shell_
command
Copy item path
Source
pub fn run_shell_command( command_str: &
str
, envs: &
HashMap
<
String
,
String
>, ) ->
Result
<
()
>