feat(sdk): add samples#1190
Merged
chris-olszewski merged 14 commits intomasterfrom Apr 8, 2026
Merged
Conversation
0b243ec to
cb68895
Compare
Sushisource
reviewed
Apr 2, 2026
Member
Sushisource
left a comment
There was a problem hiding this comment.
Sick. Thanks for doing this. Didn't look in incredibly close detail but a couple things jumped out
224f403 to
b6564b8
Compare
Sushisource
approved these changes
Apr 7, 2026
ed7e237 to
bdd4a20
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What was changed
Add an examples directory to the SDK crate that will take the place of a dedicated
samples-rustrepository.Each sample contains 2 binaries, a worker and a starter, along with a shared
workflow.rsfile and a brief readme explaining usage.Note for reviewer: for each example, the workflow is usually the only interesting part aside from the examples that deal with signals. Otherwise all worker/starters are the same.
Why?
TSIA
Checklist
Closes [Feature Request] Add Rust Samples #1186
How was this tested:
New CI job that runs each example worker/starter and verified the workflow ran.
Any docs updates needed?
Added various README.md files