On Fri Feb 14 01:25:40 2025 +0000, Esme Povirk wrote:
As far as I can tell, you're not meaningfully using this struct. The `len` field isn't the length of the input string because it doesn't include `` characters used for escaping. I think you'd be better off with individual locals.
Actually, the `str` field isn't used at all. I'd just use a local variable for the length.