Docs.rs
zoi-project-1.24.6
zoi-project 1.24.6
Permalink
Docs.rs crate page
Apache-2.0
02 August 2026
Links
Homepage
Repository
crates.io
Source
Owners
zillowez
Dependencies
anyhow ^1.0.104
normal
clap_complete ^4.6.8
normal
colored ^3.1.1
normal
dialoguer ^0.12.0
normal
glob ^0.3.4
normal
hex ^0.4.3
normal
mlua ^0.12.0
normal
rayon ^1.12.0
normal
serde ^1.0.229
normal
serde_json ^1.0.151
normal
yaml_serde ^0.10.4
normal
sha2 ^0.11.0
normal
zoi-core ^1.24.6
normal
zoi-resolver ^1.24.6
normal
Versions
16.25%
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
Skip to main content
run_shell_command
zoi_
project
1.24.6
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
<
()
>