//! # `faces-pfm`
//!
//! A reference implementation of the `faces::AbsPageFrameManager` trait.
//!
//! This crate provides a concrete page frame manager for the `faces` memory
//! management framework, including per-frame metadata, flag handling, and
//! integration with the Limine boot protocol for memory map discovery.
pub use PageFlags;
pub use PageFrame;
pub use PFM;