Closed semihbkgr closed 3 weeks ago
Hi @semihbkgr, please run dprint fmt
to fix the formatting (or apply it by hand from the output of the failing test). Then we can merge this!
Thanks for the help, this is super useful!
Now that the example uses &raw
, it's breaking because the GH runners don't have the very latest stable version of Rust. That will be fixed by #2449.
Zerocopy crate version 0.8 introduced changes to its API, which caused the example code to break. https://github.com/google/zerocopy/discussions/1680