Expand description
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.
Re-exports§
pub use engine::SuperSTACEngine;pub use discovery::CollectionAvailability;