Skip to content

Conversation

@alexcrocha
Copy link

@alexcrocha alexcrocha commented Oct 22, 2025

Handle rbs_string field types when generating Rust structs from config.yml. The RBSString struct wraps rbs_string_t pointers and provides an as_bytes() method that safely calculates string length using pointer arithmetic.

I'll follow up with some tests as soon as I have parsing functionality.

Copy link
Author

alexcrocha commented Oct 22, 2025

Warning

This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite.
Learn more

This stack of pull requests is managed by Graphite. Learn more about stacking.

@alexcrocha alexcrocha force-pushed the 10-22-implement_rbsstring_struct branch from 602317a to c0cf31d Compare October 22, 2025 18:17
@alexcrocha alexcrocha marked this pull request as ready for review October 23, 2025 15:20
alexcrocha added a commit that referenced this pull request Jan 13, 2026
Handle rbs_string field types when generating Rust structs
from config.yml. The RBSString struct wraps rbs_string_t pointers and
provides an as_bytes() method that safely calculates string length using
pointer arithmetic.
alexcrocha added a commit that referenced this pull request Jan 13, 2026
Handle rbs_string field types when generating Rust structs
from config.yml. The RBSString struct wraps rbs_string_t pointers and
provides an as_bytes() method that safely calculates string length using
pointer arithmetic.
alexcrocha added a commit that referenced this pull request Jan 14, 2026
Handle rbs_string field types when generating Rust structs
from config.yml. The RBSString struct wraps rbs_string_t pointers and
provides an as_bytes() method that safely calculates string length using
pointer arithmetic.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants