//! Core types, configuration, and state management for Rustack.
//!
//! This crate provides the foundational building blocks shared across all
//! Rustack service implementations, including multi-account/multi-region
//! state management, configuration, and common AWS type definitions.
pub use RustackConfig;
pub use ;
pub use AccountRegionStore;
pub use ;