dimforge / parry

2D and 3D collision-detection library for Rust.
https://parry.rs
Apache License 2.0
529 stars 93 forks source link

feat: properly implement CheckBytes for as=Self rkyv types #145

Closed sebcrozet closed 1 year ago

sebcrozet commented 1 year ago

The CheckBytes trait was supposedly implemented with the archive(check_bytes) derive. It turns out this is incompatible (a no-op) when archive(as = "Self") is specified.