Docs.rs
heddle-cli-0.2.1
heddle-cli 0.2.1
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
forge-zephyr
Dependencies
anstyle ^1
normal
anyhow ^1
normal
async-stream ^0.3
normal
async-trait ^0.1
normal
base32 ^0.5
normal
base64 ^0.22
normal
blake3 ^1
normal
bytes ^1
normal
chrono ^0.4
normal
clap ^4
normal
clap_complete ^4
normal
heddle-cli-shared ^0.2
normal
heddle-crypto ^0.2
normal
heddle-daemon ^0.2
normal
ed25519-dalek ^2
normal
fs2 ^0.4.3
normal
futures ^0.3
normal
gix =0.80.0
normal
gix-index ^0.48
normal
gix-pack ^0.67
normal
gix-protocol ^0.58
normal
gix-transport ^0.55
normal
heddle-grpc ^0.2
normal
hex ^0.4
normal
hyper-util ^0.1
normal
ignore ^0.4
normal
heddle-ingest ^0.2
normal
optional
libc ^0.2
normal
memmap2 ^0.9
normal
notify ^8
normal
heddle-objects ^0.2
normal
opentelemetry ^0.31
normal
optional
opentelemetry-otlp ^0.31
normal
optional
opentelemetry_sdk ^0.31
normal
optional
heddle-oplog ^0.2
normal
prost-types ^0.14
normal
heddle-proto ^0.2
normal
rand ^0.10
normal
heddle-refs ^0.2
normal
heddle-repo ^0.2
normal
rmp-serde ^1
normal
rustls ^0.23
normal
schemars ^0.8
normal
heddle-semantic ^0.2
normal
optional
serde ^1
normal
serde_json ^1
normal
sha2 ^0.10
normal
thiserror ^2
normal
tokio ^1
normal
tokio-stream ^0.1
normal
tokio-tungstenite ^0.24
normal
optional
tokio-util ^0.7
normal
toml ^1.1
normal
tonic ^0.14
normal
tonic-health ^0.14
normal
tower ^0.5
normal
tracing ^0.1
normal
tracing-opentelemetry ^0.32
normal
optional
tracing-subscriber ^0.3
normal
walkdir ^2
normal
weft-client ^0.0
normal
optional
weft-client-shim ^0.2
normal
zstd ^0.13
normal
optional
criterion ^0.8
dev
gix-transport ^0.55
dev
hyper-util ^0.1
dev
ntest ^0.9
dev
proptest ^1
dev
serial_test ^3
dev
tempfile ^3
dev
tokio-test ^0.4
dev
tokio-tungstenite ^0.24
dev
uuid ^1
dev
heddle-mount ^0.2
normal
optional
Versions
69.35%
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 util
cli
0.2.1
Module util
Module Items
Re-exports
Modules
In crate cli
cli
Module
util
Copy item path
Source
Expand description
Small utilities shared across the CLI library.
Re-exports
§
pub use once_map::
OnceMap
;
Modules
§
once_
map
Process-lifetime per-key cache.