Docs.rs
hawk-cli-0.1.4
hawk-cli 0.1.4
Permalink
Docs.rs crate page
MIT
05 August 2026
Links
Repository
crates.io
Source
Owners
rawnly
Dependencies
clap ^3.2.20
normal
colored ^2.0.0
normal
notify ^5.0.0
normal
serde ^1.0.144
normal
serde_json ^1.0.85
normal
serde_yaml ^0.9.10
normal
walkdir ^2.3.2
normal
Versions
14.29%
of the crate is documented
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
Files
hawk_cli/
lib.rs
1
pub mod
actions;
2
pub mod
cli;
3
pub mod
log;
4
pub mod
models;
5
pub mod
utils;
6
pub mod
watchers;