mirror of https://github.com/smithy-lang/smithy-rs
72eae556ae
* Refactor Instant to use `time` instead of `chrono` * Rename methods on Instant to have a consistent naming scheme. * Remove built-in Instant conversions. * Remove `chrono` from `aws-sigv4` * Re-export `Instant` from service crates * Implement `aws-smithy-types-convert` * Rename `Instant` to `DateTime` * Make date-time formatting operations fallible * Add initial changelog entries * Update changelog * Make DateTime to SystemTime conversion fallible * Incorporate review feedback * Fix merge issues * Fix examples * Fix doc comments * Fix unused import warning when using `convert-chrono` feature exclusively |
||
---|---|---|
.. | ||
src/main | ||
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