//! Trampoline building and memory management
//!//! This module provides the infrastructure for allocating executable memory
//! and generating trampolines that preserve original function behavior.
pubmodallocator;pubmodgenerator;pubuseallocator::ExecutableMemory;pubusegenerator::TrampolineBuilder;