1//! Procedural macros that are attributes
2
3pub(crate) mod global_logger;
4pub(crate) mod panic_handler;
5