Expand description
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.
Structs§
- Account
Id - AWS Account ID (12-digit string).
- Account
Region Store - Thread-safe, multi-account, multi-region state store.
- AwsRegion
- AWS Region identifier.
- Rustack
Config - Global configuration for Rustack.
Enums§
- Rustack
Error - Core error type for Rustack infrastructure.
Type Aliases§
- Rustack
Result - Convenience result type for Rustack operations.