1 2 3 4 5 6 7 8 9 10
// Integration tests for declarative macros. // Not feature-gated — no DynamoDB needed, validates macro expansion at compile time. mod macros { mod attribute_definitions; mod dynamodb_item; mod index_definitions; mod key_schema; mod table_definitions; }