//! # Macros for creating nodes and working with the core
//!
//! This module provides macros to simplify creating
//! various types of nodes in Rill.
// Re-export macros from the top level
pub use crate::;
/// Prelude for convenient import of all macros