[Rust] Consolidate Cargo workspace and reorganize examples#157
Open
teodordelibasic-db wants to merge 2 commits intomainfrom
Open
[Rust] Consolidate Cargo workspace and reorganize examples#157teodordelibasic-db wants to merge 2 commits intomainfrom
teodordelibasic-db wants to merge 2 commits intomainfrom
Conversation
gotocoding-DB
previously approved these changes
Mar 23, 2026
4841a00 to
ba5157d
Compare
elenagaljak-db
previously approved these changes
Mar 23, 2026
Contributor
elenagaljak-db
left a comment
There was a problem hiding this comment.
Looks very good and I think it will simplify usage a lot. Can you go through READMEs to see if we have any stale instructions on how to run examples?
0241e96 to
846dbe2
Compare
danilonajkov-db
previously approved these changes
Mar 24, 2026
Signed-off-by: teodordelibasic-db <teodor.delibasic@databricks.com>
7b6b7a3 to
ac99796
Compare
danilonajkov-db
approved these changes
Apr 2, 2026
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 changes are proposed in this pull request?
rust/examples/toexamples/rust/as standalone crates depending on the published SDK fromcrates.io, with the goal of simulating a real client that can just be copied from the repo.protooutput/directory[workspace.dependencies]torust/Cargo.toml, centralizing 21 shared dependencies across workspace membersci-rust-examples.yml(fmt+clippy) runs only onexamples/rust/**changes, independent from the main Rust workspace CIHow is this tested?