| Crates.io | stratosphere-generator |
| lib.rs | stratosphere-generator |
| version | 0.0.4 |
| created_at | 2025-11-19 05:47:44.677835+00 |
| updated_at | 2026-01-18 03:56:29.628687+00 |
| description | Procedural macro code generator for stratosphere - generates CloudFormation resource types |
| homepage | https://github.com/mbj/mrs/tree/main/stratosphere-generator |
| repository | https://github.com/mbj/mrs/tree/main/stratosphere-generator |
| max_upload_size | |
| id | 1939476 |
| size | 30,424 |
Procedural macros for stratosphere - generates CloudFormation resource types.
This crate provides compile-time code generation for AWS CloudFormation resources:
services!: Generates Rust types for specified AWS CloudFormation servicesThese macros are re-exported by the stratosphere crate
and should be used through that crate rather than depending on stratosphere-generator directly.
See the stratosphere crate for usage examples.
As a proc macro crate, this package can only export procedural macros. Shared types are provided
by the stratosphere-core crate.
Note: This crate also contains internal helper macros (construct_resource_type!, construct_property_type!)
that are used by generated code but are not intended for direct use.