//! Vacuum health feature entry points.
//!
//! # Structure
//! - `mod.rs` - Public feature exports
//! - `worker.rs` - Background collector for Postgres vacuum health snapshots
//!
//! # Usage
//! The binary starts the collector through this module so vacuum health can own
//! its background-worker lifecycle instead of living in the shared daemon root.
pub use spawn_vacuum_health_collector;