//! System-level environment types and configuration.
//!
//! This module contains types for environment configuration that are not
//! commonly needed for basic usage.
//!
//! # Types
//!
//! - [`EnvironmentKind`] - Environment implementation variant (mmap mode)
//! - [`PageSize`] - Database page size configuration
//! - [`HandleSlowReadersCallback`] - Callback for handling slow readers
//! - [`HandleSlowReadersReturnCode`] - Return codes for slow reader callbacks
//!
pub use EnvPtr;
pub use ;
pub