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§
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
bykey
, and whether we should add or remove depends onshould_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§
- Result
Info - A wrapper of
Result
to simplify display of info|error dialogs.