Docs.rs
resq-cli-0.2.0
resq-cli 0.2.0
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
resq-sw
Dependencies
aho-corasick ^1.1
normal
anyhow ^1.0
normal
base64 ^0.22
normal
chrono ^0.4
normal
clap ^4.5
normal
crossterm ^0.29.0
normal
glob ^0.3
normal
image ^0.25
normal
once_cell ^1.21
normal
ratatui ^0.30.0
normal
rayon ^1.10
normal
regex ^1.12
normal
reqwest ^0.13.2
normal
resq-tui ^0.1.1
normal
serde ^1.0
normal
serde_json ^1.0
normal
shlex ^1.3
normal
thiserror ^2.0
normal
tokio ^1
normal
toml ^1.0
normal
tracing ^0.1
normal
tracing-subscriber ^0.3
normal
walkdir ^2.5
normal
tempfile ^3
dev
Versions
100%
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 utils
resq_
cli
0.2.0
Module utils
Module Items
Functions
In crate resq_
cli
resq_cli
Module
utils
Copy item path
Source
Expand description
Shared utility functions.
Functions
ยง
find_
project_
root
Finds the project root by climbing up the directory tree from the CWD. Returns the current directory if no root marker is found.