//! Main transformation logic for the #[aspect] attribute macro.
use TokenStream;
use ;
use crategenerate_aspect_wrapper;
use crateAspectInfo;
/// Transforms a function by applying aspect weaving.
///
/// This is the main entry point for the `#[aspect]` macro transformation.