Commits
Click on a commit to change the comparison rangerefactor(codegen): add `CodeBuffer` to fix soundness hole (#6148)
# What This PR Does
Adds `CodeBuffer`, a simple wrapper over a `Vec<u8>` with a protective and reduced API for upholding UTF-8 validity guarantees. Closes #6147.
Note that this struct is actually quite small. Most of the added lines are doc comments.