-
Notifications
You must be signed in to change notification settings - Fork 1.9k
codegen: mention Rust in the README #21047
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
Updated README to reflect support for the Rust extractor and added details about Rust generated files.
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 updates the README in the misc/codegen directory to document support for the Rust extractor alongside the existing Swift extractor support.
- Added Rust as a supported language in the code generation suite description
- Clearly labeled language-specific generators with [Swift] and [Rust] prefixes
- Added references to Rust-specific generators (
rustgen.pyandrusttestgen.py) - Updated schema documentation to reference both Swift and Rust schema locations
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| This directory contains the code generation suite used by the Swift extractor and the QL library. This suite will use | ||
| the abstract class specification of `schema.py` to generate: | ||
| This directory contains the code generation suite used by the Swift and Rust extractors and QL library. This suite will use | ||
| the abstract class specification of a `schema` python module to generate: |
Copilot
AI
Dec 16, 2025
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.
The word "python" should be capitalized to "Python" as it refers to the programming language name.
| the abstract class specification of a `schema` python module to generate: | |
| the abstract class specification of a `schema` Python module to generate: |
|
|
||
| This directory contains the code generation suite used by the Swift extractor and the QL library. This suite will use | ||
| the abstract class specification of `schema.py` to generate: | ||
| This directory contains the code generation suite used by the Swift and Rust extractors and QL library. This suite will use |
Copilot
AI
Dec 16, 2025
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.
Add the article "the" before "QL library" for proper grammar.
| This directory contains the code generation suite used by the Swift and Rust extractors and QL library. This suite will use | |
| This directory contains the code generation suite used by the Swift and Rust extractors and the QL library. This suite will use |
Updated README to reflect support for the Rust extractor and added details about Rust generated files.