| Crates.io | stratosphere-core |
| lib.rs | stratosphere-core |
| version | 0.0.4 |
| created_at | 2025-11-19 05:47:17.881204+00 |
| updated_at | 2026-01-18 03:56:14.573576+00 |
| description | Core types and utilities for stratosphere - a type-safe CloudFormation template generation library |
| homepage | https://github.com/mbj/mrs/tree/main/stratosphere-core |
| repository | https://github.com/mbj/mrs/tree/main/stratosphere-core |
| max_upload_size | |
| id | 1939474 |
| size | 14,359,980 |
Core types and utilities for stratosphere - a type-safe CloudFormation template generation library.
This crate provides the fundamental building blocks for generating AWS CloudFormation templates:
Fn::Sub, Fn::Join, etc.)Note: Most types in this crate are re-exported by the stratosphere
crate, which provides a higher-level API. Users should typically depend on stratosphere rather than
using stratosphere-core directly.
This crate exists as a separate package to share types between the procedural macro code in
stratosphere-generator and the main stratosphere library, as proc macro crates can currently
only export procedural macros.