Docs.rs
cargo-e-0.2.1
cargo-e 0.2.1
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
davehorner
Dependencies
anyhow ^1.0.97
normal
clap ^4.5.31
normal
crossterm ^0.28.1
normal
optional
ctrlc ^3.4.5
normal
e_ai_summarize ^0.1.0
normal
optional
e_crate_version_checker ^0.1.11
normal
env_logger ^0.11.7
normal
futures ^0.3.31
normal
log ^0.4.26
normal
once_cell ^1.21.1
normal
paste ^1.0.15
normal
optional
ratatui ^0.29.0
normal
optional
reqwest ^0.12.14
normal
optional
rustyline ^15.0.0
normal
semver ^1.0.26
normal
optional
serde ^1.0
normal
optional
serde_json ^1.0
normal
optional
threadpool ^1.8.1
normal
optional
tokio ^1.44.1
normal
toml ^0.8.20
normal
tracing ^0.1.41
normal
which ^7.0.2
normal
assert_cmd ^2.0.16
dev
genai ^0.1.23
dev
predicate ^0.1.0
dev
predicates ^3.1.3
dev
regex ^1.11.1
dev
tempfile ^3.18.0
dev
tokio ^1.44.1
dev
tracing-subscriber ^0.3.19
dev
version-sync ^0.9.5
dev
regex ^1.11.1
build
nix ^0.29.0
normal
windows ^0.61.1
normal
Versions
57.52%
of the crate is documented
Go to latest version
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
cargo_e
0.2.1
Module e_
runner
Module Items
Statics
Functions
In crate cargo_
e
cargo_e
Module
e_runner
Copy item path
Source
Statics
§
GLOBAL_
CHILD
Functions
§
open_
ai_
summarize_
for_
target
Asynchronously launches the GenAI summarization example for the given target. It builds the command using the target’s manifest path as the “origin” argument.
register_
ctrlc_
handler
Registers a global Ctrl+C handler once. The handler checks GLOBAL_CHILD and kills the child process if present.
run_
example
Runs the given example (or binary) target.
spawn_
cargo_
process
Helper function to spawn a cargo process. On Windows, this sets the CREATE_NEW_PROCESS_GROUP flag.