-
Notifications
You must be signed in to change notification settings - Fork 295
Add a readme for the macros crate #2491
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
base: main
Are you sure you want to change the base?
Conversation
Calls out that the crate should not be used directly
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR adds a README file for the TypeSpec Macros crate to clarify its purpose and usage.
- Introduces documentation outlining the crate’s role in providing procedural macros for TypeSpec-generated client libraries.
- Emphasizes that users should not use this crate directly (instead, depend on typespec_client_core) while still providing installation instructions.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
API change check API changes are not detected in this pull request. |
Spelling error. Rather than "structs", style guide is to spell out things so just update it to "structures". |
Hi @RickWinter. Thank you for your interest in helping to improve the Azure SDK experience and for your contribution. We've noticed that there hasn't been recent engagement on this pull request. If this is still an active work stream, please let us know by pushing some changes or leaving a comment. Otherwise, we'll close this out in 7 days. |
Calls out that the crate should not be used directly