1 2 3 4 5 6
mod buffer_pool; mod page; mod replacer; pub use buffer_pool::{BufferPoolManager, BUFFER_POOL_SIZE}; pub use page::*;