Zero-copy deserialization framework for Rust that enables fast serialization and deserialization without allocation.
# Cargo.toml
[dependencies]
rkyv = "0.8.16"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Serializes and deserializes a struct using zero-copy.
Ensure you derive `Archive`, `Serialize`, and `Deserialize` and use `#[archive_attr]` for custom behavior.
No dependency data recorded yet.