Docs.rs
cmdhub-cli-0.1.0-alpha
cmdhub-cli 0.1.0-alpha
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
Xuepoo
Dependencies
anyhow ^1
normal
clap ^4
normal
cmdhub-shared ^0.1.0-alpha
normal
cmdhub-skills ^0.1.0-alpha
normal
directories ^6
normal
ed25519-dalek ^2
normal
flate2 ^1.0
normal
fs2 ^0.4
normal
libc ^0.2
normal
reqwest ^0.12
normal
rusqlite ^0.31
normal
serde ^1
normal
serde_json ^1
normal
sha2 ^0.10
normal
sqlite-vec ^0.1.9
normal
tokio ^1
normal
toml ^0.8
normal
tracing ^0.1
normal
tracing-subscriber ^0.3
normal
tract-onnx ^0.21.3
normal
zstd ^0.13
normal
assert_cmd ^2
dev
predicates ^3
dev
tempfile ^3
dev
Versions
21.35%
of the crate is documented
Go to latest stable release
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
get_command_by_path
cmdhub_
cli
0.1.0-alpha
In cmdhub_
cli::
runner
cmdhub_cli
::
runner
Function
get_
command_
by_
path
Copy item path
Source
pub fn get_command_by_path( conn: &
Connection
, cmd_path: &
str
, ) ->
Result
<
AciCommandContract
>