Crate sweet_utils

Crate sweet_utils 

Source

Re-exports§

pub use utils::log::*;
pub use utils::sleep::*;

Modules§

exports
extensions
path_utils
prelude
utils

Macros§

abs_file
Wrapper for AbsPathBuf::new_workspace_rel(file!()), for use as a drop-in replacement for file!().
elog
cross-platform way of error logging a formatted value
log
cross-platform way of logging a formatted value
noop
This macro is transparent, it returns the expression as is. Required so we can efficiently only visit macros, instead of checking every expression. Means we can only replace the macro, not delete it.