Crate mkutil

Source

Re-exports§

pub extern crate glob;
pub extern crate regex;
pub extern crate tempfile;
pub extern crate unicode_names2;
pub use uploader::CopyOp;
pub use uploader::FileCopySpec;
pub use uploader::TemplateFile;

Modules§

app_root_dir
Provides the directory of the executable. Taken from amethyst.rs
clipboard
datetime
finder
text
uploader
version

Macros§

debug
Logs a message at the debug level.
error
Logs a message at the error level.
info
Logs a message at the info level.
warn
Logs a message at the warn level.

Structs§

Report

Functions§

apply_fern_log
This should only be invoked once.
base64_decode
base64_decode_mut
base64_encode
ok_with_info
record_binary_state
Suppose we keep records of binary states in state by key, and whether we should add or remove depends on should_add.
setup_logger
Constructs a fern::Dispatch that sends everything Debug and above to stdout. Outputting to another log file can be chained by using: setup_logger()?.chain(fern::log_file("output.log")?)
show_result_dialog
todo_not_panic
unimplemented_not_panic

Type Aliases§

ResultInfo
A wrapper of Result to simplify display of info|error dialogs.