Docs.rs
up-rs-0.16.2
up-rs 0.16.2
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
gibfahn
Dependencies
camino ^1.1.9
normal
chrono ^0.4.38
normal
clap ^4.5.17
normal
clap_complete ^4.5.28
normal
color-eyre ^0.6.3
normal
dirs ^5.0.1
normal
displaydoc ^0.2.5
normal
duct ^0.13.7
normal
envy ^0.4.2
normal
git2 ^0.19.0
normal
hex ^0.4.3
normal
indicatif ^0.17.8
normal
itertools ^0.13.0
normal
log ^0.4.22
normal
plist ^1.7.0
normal
rayon ^1.10.0
normal
reqwest ^0.12.7
normal
ring ^0.17.8
normal
schemars ^0.8.21
normal
semver ^1.0.23
normal
serde ^1.0.210
normal
serde_derive ^1.0.210
normal
serde_json ^1.0.128
normal
serde_yaml ^0.9.34
normal
shell-escape ^0.1.5
normal
shellexpand ^3.1.0
normal
thiserror ^1.0.63
normal
toml ^0.8.19
normal
tracing ^0.1.40
normal
tracing-error ^0.2.0
normal
tracing-indicatif ^0.3.6
normal
tracing-subscriber ^0.3.18
normal
url ^2.5.2
normal
uzers ^0.12.1
normal
walkdir ^2.5.0
normal
assert_cmd ^2.0.16
dev
glob ^0.3.1
dev
ignore ^0.4.23
dev
predicates ^3.1.2
dev
serial_test ^3.1.1
dev
test-log ^0.2.16
dev
Versions
100%
of the crate is documented
Platform
i686-unknown-linux-gnu
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
up_rs
0.16.2
Module exec
Module Items
Traits
Functions
In crate up_
rs
up_rs
Module
exec
Copy item path
Source
Expand description
Wrappers around executing commands.
Traits
§
UpDuct
Trait to wrap running commands with Duct.
Functions
§
cmd
Copy of the
duct::cmd
function that ensures we’re info logging the command we’re running.
cmd_log
Wrapper around
duct::cmd
function that lets us log the command we’re running.