rustgd / cgmath

A linear algebra and mathematics library for computer graphics.
https://docs.rs/cgmath
Apache License 2.0
1.12k stars 155 forks source link

rkyv Integration #525

Open MarekWojt opened 3 years ago

MarekWojt commented 3 years ago

This basically adds a feature for support for djkoloski/rkyv, a zero-copy deserialization framework for Rust.

kvark commented 3 years ago

We need to make sure that rkyv feature is tested on CI before merging.