Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -60,3 +60,7 @@ includeBuild("smithy-java-examples/quickstart-java")

// integration tests
include(":smithy-java-examples:integ")

// ---- Smithy-Rust examples ----
// templates
includeBuild("smithy-rs-examples/quickstart-rust")
2 changes: 2 additions & 0 deletions smithy-rs-examples/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Rust build artifacts
target/
4 changes: 4 additions & 0 deletions smithy-rs-examples/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Smithy Rust
The examples in this directory demonstrate the use of the [Smithy Rust](https://github.com/smithy-lang/smithy-rs) code generator.

Additional examples can be found [in the Smithy Rust repository](https://github.com/smithy-lang/smithy-rs/tree/main/examples).
Loading
Loading