//! Projecting the enabled indexes of a [`Config`] into fully-typed mappings.
//!
//! The per-index projection (schema → mapping) is database-free and lives in
//! `schema-core` as [`IndexSchema::resolve`](schema_core::IndexSchema::resolve);
//! this is just the composition layer that walks the config's enabled indexes.
use IndexMapping;
use Config;