Add Rust SDK documentation (quickstart and configuration pages) #2468
+125
−4
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.
Add Rust SDK documentation (quickstart and configuration pages)
Summary
Adds documentation for the Rust SDK generator, which was previously listed as a "request demo" language. This PR:
overview/rust/quickstart.mdx) following the pattern of other SDK quickstart pagesoverview/rust/configuration.mdx) withclientNameandenableWireTestsoptionsversion-number-rust.mdx) set to 0.13.4 (from latest changelog)sdks.ymlnavigationgenerators-yml-reference.mdxReview & Testing Checklist for Human
clientNameandenableWireTestsfrom changelog entries, but there may be additional configuration options available for the Rust SDK generator that should be documentedCargo.toml,src/lib.rs,src/client.rs, andtypes/folder was inferred; please confirm this matches actualfern generateoutput for RustRecommended test plan: Run
fern docs devlocally and navigate to/sdks/generators/rust/quickstartand/sdks/generators/rust/configurationto verify pages render correctly. Also check the SDK introduction page to confirm the Rust card displays properly with version and changelog.Notes
overview/rust/changelog/directory with changelog entries was already present in the repo