//! The Memory mapping of elf object
//!
//! This module provides functionality for mapping ELF segments into memory.
//! It handles the creation of memory segments, mapping them from file or
//! anonymous sources, and managing their protection and lifecycle.
pub
pub use ElfSegments;
pub use ;
pub use ;
pub use SegmentBuilder;
pub use ELFRelro;