//! Runtime that ties storage, search, and health monitoring together.
//!
//! [`SuperSTACEngine`] is the entry point: construct with a storage backend,
//! call `start()` to run health checks and `/collections` introspection, then
//! `search()`, `list_collections()`, etc.
pub use SuperSTACEngine;
pub use CollectionAvailability;
pub use SharedStorage;