reem / rust-ordered-float

MIT License
221 stars 64 forks source link

Support safe `rkyv` API. #128

Closed n3vu0r closed 1 year ago

n3vu0r commented 1 year ago

bytecheck is re-exported by rkyv from 0.7.41 on. Pointers are simply delegated as both types are transparent.

mbrubeck commented 1 year ago

Thanks again!