Docs.rs
dove-core-0.1.1
dove-core 0.1.1
Docs.rs crate page
Apache-2.0
29 August 2026
Links
Homepage
Repository
crates.io
Source
Owners
pfugate
Dependencies
aes-gcm ^0.10
normal
anyhow ^1
normal
base64 ^0.22
normal
getrandom ^0.2
normal
hmac ^0.12
normal
pbkdf2 ^0.12
normal
rusty-s3 ^0.10
normal
serde ^1
normal
serde_json ^1
normal
sha2 ^0.10
normal
thiserror ^2
normal
toml ^0.8
normal
ureq ^2
normal
zip ^2
normal
Versions
57.53%
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
Module progress
dove_
core
0.1.1
Module progress
Module Items
Structs
Traits
In crate dove_
core
dove_core
Module
progress
Copy item path
Source
Expand description
How dove-core reports progress without doing I/O: callers pass a
&dyn Progress
.
Structs
§
Silent
A no-op reporter for tests and non-interactive callers.
Traits
§
Progress