Crate lighty_core

Crate lighty_core 

Source

Re-exports§

pub use errors::SystemError;
pub use errors::SystemResult;
pub use errors::ExtractError;
pub use errors::ExtractResult;
pub use errors::DownloadError;
pub use errors::DownloadResult;
pub use errors::AppStateError;
pub use errors::AppStateResult;
pub use hash::HashError;
pub use hash::HashResult;
pub use hash::verify_file_sha1;
pub use hash::verify_file_sha1_streaming;
pub use hash::calculate_file_sha1_sync;
pub use hash::verify_file_sha1_sync;
pub use hash::calculate_sha1_bytes;
pub use hash::calculate_sha1_bytes_raw;
pub use app_state::AppState;

Modules§

app_state
download
errors
extract
hash
File hashing utilities
hosts
macros
system

Macros§

join_and_mkdir
join_and_mkdir_vec
mkdir
mkdir_blocking
time_it
trace_debug
trace_error
trace_info
trace_warn