Docs.rs
edict-cli-0.19.0
edict-cli 0.19.0
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
bobisme
Dependencies
anyhow ^1
normal
chrono ^0.4
normal
clap ^4
normal
ctrlc ^3
normal
dialoguer ^0.11
normal
dirs ^5
normal
minijinja ^2
normal
opentelemetry ^0.31
normal
optional
opentelemetry-appender-tracing ^0.31
normal
optional
opentelemetry-otlp ^0.31
normal
optional
opentelemetry_sdk ^0.31
normal
optional
rand ^0.9
normal
regex ^1
normal
schemars ^0.8
normal
serde ^1
normal
serde_json ^1
normal
sha2 ^0.10
normal
termimad ^0.34
normal
thiserror ^2
normal
toml ^0.8
normal
toml_edit ^0.22
normal
tracing ^0.1
normal
tracing-opentelemetry ^0.32
normal
optional
tracing-subscriber ^0.3
normal
ureq ^3
normal
assert_cmd ^2
dev
predicates ^3
dev
tempfile ^3
dev
Versions
47.18%
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
Skip to main content
Module subprocess
edict
0.19.0
Module subprocess
Module Items
Structs
Functions
In crate edict
edict
Module
subprocess
Copy item path
Source
Structs
§
RunOutput
Result of running a subprocess.
Tool
Builder for running companion tools.
Functions
§
ensure_
bus_
hook
Ensure exactly one bus hook exists with the given description.
run_
command
Simple helper to run a command with args, optionally in a specific directory. Returns stdout on success, or an error.