Docs.rs
ghoti-exec-0.0.0
ghoti-exec 0.0.0
Permalink
Docs.rs crate page
GPL-2.0-only
Links
Repository
crates.io
Source
Owners
oxalica
Dependencies
annotate-snippets ^0.11.5
normal
clap ^4.5.34
normal
dyn-clone ^1.0.19
normal
either ^1.15.0
normal
futures-util ^0.3.31
normal
ghoti-syntax ^0.0.0
normal
itertools ^0.14.0
normal
os_pipe ^1.2.1
normal
owo-colors ^4.2
normal
rustix ^1.0.5
normal
scopeguard ^1.2.0
normal
thiserror ^2
normal
tokio ^1.44
normal
Versions
4.03%
of the crate is documented
Platform
i686-unknown-linux-gnu
x86_64-apple-darwin
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
BoxCommand
ghoti_
exec
0.0.0
BoxCommand
Aliased Type
In ghoti_
exec::
command
ghoti_exec
::
command
Type Alias
BoxCommand
Copy item path
Source
pub type BoxCommand =
Box
<dyn
Command
>;
Aliased Type
ยง
pub struct BoxCommand(
/* private fields */
);