-
Notifications
You must be signed in to change notification settings - Fork 248
feat(rust): add dynamic-snippet
generation support
#9339
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(rust): add dynamic-snippet
generation support
#9339
Conversation
cc - @musicpulpite, before reviewing this, we need to merge the #9315 to have |
For this PR, I will take the changes from the merged PR and verify the cc - @musicpulpite |
Hey @iamnamananand996 please fix the single biome error here and then I will admin merge for you. As we saw, the |
Hi @musicpulpite, now Looks like we are good for now. |
Description
closes: #9338
This PR adds dynamic snippet generation support for the Rust SDK generator. The implementation enables automatic generation of code snippets that demonstrate API usage patterns, improving developer experience and documentation.
Changes Made
DynamicTypeInstantiationMapper
to handle type conversion for dynamic snippetsEndpointSnippetGenerator
for generating endpoint usage examplesSdkGeneratorCli
Testing