//! Application state
use Pool;
use TextInitOptions;
use HashMap;
use crateContentChunker;
/// Application state shared across handlers
///
/// Contains the database pool, loaded models, and chunkers.
/// The chunkers are stored in a HashMap where the key is the chunker name
/// and the value is a boxed trait object implementing the ContentChunker trait.