rkyv (archive) is a zero-copy deserialization framework for Rust.
This book covers the motivation, architecture, and major features of rkyv. It is the best way to learn and understand rkyv, but won't go as in-depth on specifics as the documentation will. Don't be afraid to consult these other resources as you need while you read through.
Resources
Learning Materials
- The rkyv discord is a great place to get help with specific issues and meet other people using rkyv
- The rkyv github hosts the source and tracks project issues and milestones.
Documentation
Benchmarks
- The rust serialization benchmark is a shootout style benchmark comparing many rust serialization solutions. It includes special benchmarks for zero-copy serialization solutions like rkyv.