Skip to content

Commit f637522

Browse files
authored
Merge pull request #145 from aajtodd/main
bootstrap quickstart rust example
2 parents 0bbf598 + 791bf86 commit f637522

26 files changed

+7222
-0
lines changed

settings.gradle.kts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,3 +60,7 @@ includeBuild("smithy-java-examples/quickstart-java")
6060

6161
// integration tests
6262
include(":smithy-java-examples:integ")
63+
64+
// ---- Smithy-Rust examples ----
65+
// templates
66+
includeBuild("smithy-rs-examples/quickstart-rust")

smithy-rs-examples/.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Rust build artifacts
2+
target/

smithy-rs-examples/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Smithy Rust
2+
The examples in this directory demonstrate the use of the [Smithy Rust](https://github.com/smithy-lang/smithy-rs) code generator.
3+
4+
Additional examples can be found [in the Smithy Rust repository](https://github.com/smithy-lang/smithy-rs/tree/main/examples).

0 commit comments

Comments
 (0)