smithy-rs/codegen-test
Russell Cohen ed7454ff0d
Generate smithy_http::Operation & Implement ParseResponse trait (#174)
* Generate smithy_http::Operation

* Implement ParseResponse trait for AwsJson services
2021-01-29 11:56:57 -05:00
..
dynamo-it Generate smithy_http::Operation & Implement ParseResponse trait (#174) 2021-01-29 11:56:57 -05:00
model Fix Enum Serialization (#160) 2021-01-15 15:15:38 -05:00
.gitignore Productionize Integration Test Machinery (#15) 2020-11-03 18:44:38 -05:00
README.md Productionize Integration Test Machinery (#15) 2020-11-03 18:44:38 -05:00
build.gradle.kts Generate Crate Documentation (#93) 2020-12-30 09:59:20 -05:00

README.md

Codegen Integration Test

This module defines an integration test of the code generation machinery. .build.gradle.kts will generate a smithy-build.json file as part of the build. The Smithy build plugin then invokes our codegen machinery and generates Rust crates.

The test task will run cargo check and cargo clippy to validate that the generated Rust compiles and is idiomatic.

Usage

../gradlew test