Docs.rs
storify-0.1.2
storify 0.1.2
Permalink
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
QuakeWang
Dependencies
argon2 ^0.5
normal
async-recursion ^1.0.5
normal
base64 ^0.22.1
normal
blake3 ^1.5
normal
chacha20poly1305 ^0.10.1
normal
clap ^4.5.47
normal
dialoguer ^0.12.0
normal
directories ^6.0.0
normal
futures ^0.3.30
normal
globset ^0.4
normal
log ^0.4.28
normal
memchr ^2
normal
opendal ^0.54.0
normal
rand ^0.9.2
normal
regex ^1
normal
secrecy ^0.10
normal
serde ^1.0
normal
serde_json ^1.0.143
normal
snafu ^0.8.9
normal
tokio ^1.47.1
normal
toml ^0.9.7
normal
uuid ^1.18.1
normal
zeroize ^1.8
normal
assert_cmd ^2.0.17
dev
libtest-mimic ^0.8.1
dev
predicates ^3.1.3
dev
rand ^0.9.2
dev
tempfile ^3.14.0
dev
tracing-subscriber ^0.3.20
dev
Versions
37.19%
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
Crate storify
storify
0.1.2
All Items
Crate Items
Modules
Macros
Crate
storify
Copy item path
Source
Modules
§
cli
config
error
storage
utils
Utility functions for user interaction and common operations.
Macros
§
wrap_
err
Macro to wrap a Result-producing expression into a Snafu variant with
source: Box<Error>
. Example: wrap_err!(op.await, DownloadFailed { remote_path: rp, local_path: lp })?