stratosphere-generator

Crates.iostratosphere-generator
lib.rsstratosphere-generator
version0.0.4
created_at2025-11-19 05:47:44.677835+00
updated_at2026-01-18 03:56:29.628687+00
descriptionProcedural macro code generator for stratosphere - generates CloudFormation resource types
homepagehttps://github.com/mbj/mrs/tree/main/stratosphere-generator
repositoryhttps://github.com/mbj/mrs/tree/main/stratosphere-generator
max_upload_size
id1939476
size30,424
Markus Schirp (mbj)

documentation

README

stratosphere-generator

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 services

These 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.

Commit count: 636

cargo fmt