Crate storify

Crate storify 

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 })?