mirror of https://github.com/smithy-lang/smithy-rs
a50c966ef2
* change http checksums to be base64 encoded due to a misreading of the spec, the http checksums where hex encoded when they should actually be base64 encoded * Update changelog |
||
---|---|---|
.. | ||
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