Crate beet_utils

Source

Re-exports§

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

Modules§

arena
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!().
dir
The workspace relative directory for this file, internally using the file!() macro.
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.