Go to file
Russell Cohen 787d317850
Fix RustWrite.withModule bug (#13)
* withModule needs to set the parent dependencies

* Fix ktlin style
2020-11-02 15:37:29 -05:00
.github/workflows Add inital CI workflow (#12) 2020-11-02 15:30:04 -05:00
codegen Fix RustWrite.withModule bug (#13) 2020-11-02 15:37:29 -05:00
codegen-test Partial HTTP protocol implementation (#1) 2020-10-29 15:49:22 -04:00
gradle Add gradle files 2020-10-28 11:01:13 -04:00
rust-runtime Add inital CI workflow (#12) 2020-11-02 15:30:04 -05:00
.gitignore Add Kotlin codegen 2020-10-28 11:00:49 -04:00
CODE_OF_CONDUCT.md Initial commit 2020-10-28 06:37:45 -07:00
CONTRIBUTING.md Initial commit 2020-10-28 06:37:45 -07:00
LICENSE Initial commit 2020-10-28 06:37:45 -07:00
NOTICE Initial commit 2020-10-28 06:37:45 -07:00
README.md Add Kotlin codegen 2020-10-28 11:00:49 -04:00
build.gradle.kts Partial HTTP protocol implementation (#1) 2020-10-29 15:49:22 -04:00
gradle.properties Add gradle files 2020-10-28 11:01:13 -04:00
gradlew Add gradle files 2020-10-28 11:01:13 -04:00
gradlew.bat Add gradle files 2020-10-28 11:01:13 -04:00
settings.gradle.kts Add Kotlin codegen 2020-10-28 11:00:49 -04:00
test.sh Add Kotlin codegen 2020-10-28 11:00:49 -04:00

README.md

Smithy Rust

Smithy code generators for Rust

Setup

  1. ./gradlew will setup gradle for you
  2. Running tests requires a working Rust installation. See Rust docs for installation instructions on your platform.

Run tests

./tesh.sh

This will run all the unit tests, codegen an example model end-to-end and validates that the generated code compiles.