mirror of https://github.com/smithy-lang/smithy-rs
ed7454ff0d
* Generate smithy_http::Operation * Implement ParseResponse trait for AwsJson services |
||
---|---|---|
.. | ||
dynamo-it | ||
model | ||
.gitignore | ||
README.md | ||
build.gradle.kts |
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