Mitch Souders

Results 3 issues of Mitch Souders

`cxx::bridge` appears to be using `Box` instead of a fully elaborated name when `Box` is used in a function declaration, which prevents it from being found. There doesn't appear to...

This code is incorrectly giving back a slice to invalid memory. It allocates 12 u8s (12 bytes) and creates a slice from it of 12 f32s (48 bytes). https://github.com/gwihlidal/meshopt-rs/blob/16a30462f38d67ea2cef355fbb10ef6c6c4daa32/src/utilities.rs#L181-L186 https://doc.rust-lang.org/std/slice/fn.from_raw_parts.html...

[examples.tar.gz](https://github.com/user-attachments/files/21873753/examples.tar.gz) Currently running into some failures while parsing some DW_OP values. ``` Read(InvalidExpression(DwOp(253))) Read(InvalidExpression(DwOp(240))) ``` These appear to be `DW_OP_GNU_uninit`, `DW_OP_GNU_variable_value`. I think these are largely safe to ignore (so...