Crate beet_utils

Crate beet_utils 

Source
Expand description

This crate exists as an upstream dependency for utilities used by sweet, which is depended upon by all other crates. It should not be depended upon or referred to anywhere except for beet_core where all types and macros are re-exported, and in sweet.

Modules§

exports
prelude

Macros§

abs_file
Wrapper for AbsPathBuf::new_workspace_rel(file!()), for use as a drop-in replacement for file!().
cross_log
cross-platform way of logging a formatted value
cross_log_error
cross-platform way of error logging a formatted value
dir
The workspace relative directory for this file, internally using the file!() macro.