Skip to main content

Crate rustack_core

Crate rustack_core 

Source
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§

AccountId
AWS Account ID (12-digit string).
AccountRegionStore
Thread-safe, multi-account, multi-region state store.
AwsRegion
AWS Region identifier.
RustackConfig
Global configuration for Rustack.

Enums§

RustackError
Core error type for Rustack infrastructure.

Type Aliases§

RustackResult
Convenience result type for Rustack operations.