smithy-rs/codegen-server
John DiSanti a413b9ba28
Upgrade Smithy to 1.45 (#3470)
_By submitting this pull request, I confirm that you can use, modify,
copy, and redistribute this contribution, under the terms of your
choice._
2024-03-08 13:16:02 -08:00
..
python Resolve runtime crate versions from manifests first (#3351) 2024-01-11 22:39:00 +00:00
src Upgrade Smithy to 1.45 (#3470) 2024-03-08 13:16:02 -08:00
typescript Fix the build against JDK 20 (#3323) 2023-12-15 16:18:36 +00:00
README.md Update links (these don't redirect) (#3218) 2023-12-05 17:22:54 -08:00
build.gradle.kts Fix the build against JDK 20 (#3323) 2023-12-15 16:18:36 +00:00

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. **

Design documentation (WIP)

Project Layout

  • codegen-server: Server-side code generation
  • codegen-server-test: Server-side Smithy test and validation generation Common commands:
    • ./gradlew :codegen-server-test:test Generate code and run tests against it