Skip to content

Conversation

@redsun82
Copy link
Contributor

Updated README to reflect support for the Rust extractor and added details about Rust generated files.

Updated README to reflect support for the Rust extractor and added details about Rust generated files.
@redsun82 redsun82 requested a review from hvitved December 16, 2025 10:06
@redsun82 redsun82 requested a review from a team as a code owner December 16, 2025 10:06
Copilot AI review requested due to automatic review settings December 16, 2025 10:06
Copy link
Contributor

Copilot AI left a 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.py and rusttestgen.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:
Copy link

Copilot AI Dec 16, 2025

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.

Suggested change
the abstract class specification of a `schema` python module to generate:
the abstract class specification of a `schema` Python module to generate:

Copilot uses AI. Check for mistakes.

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
Copy link

Copilot AI Dec 16, 2025

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.

Suggested change
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

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants