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§
Macros§
- abs_
file - Wrapper for
AbsPathBuf::new_workspace_rel(file!()), for use as a drop-in replacement forfile!(). - 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.