mirror of https://github.com/smithy-lang/smithy-rs
682dc7fb40
_By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice._ --------- Co-authored-by: david-perez <d@vidp.dev> |
||
---|---|---|
.. | ||
python | ||
src | ||
typescript | ||
README.md | ||
build.gradle.kts |
README.md
Smithy Rust Server Generator
Server-side Smithy code generator
** This is a work in progress and generates serialization/de-serialization code that is probably unusable for the time being. **
Project Layout
codegen-server
: Server-side code generationcodegen-server-test
: Server-side Smithy test and validation generation Common commands:./gradlew :codegen-server-test:test
Generate code and run tests against it