Docs.rs
rkyv-0.7.42
rkyv 0.7.42
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
djkoloski
Dependencies
arrayvec ^0.7
normal
bitvec ^1.0
normal
bytecheck =0.6.11
normal
hashbrown ^0.12
normal
indexmap ^1.7
normal
ptr_meta ~0.1.3
normal
rend ^0.4
normal
rkyv_derive ^0.7.41
normal
seahash ^4.0
normal
smallvec ^1.7
normal
tinyvec ^1.5
normal
uuid ^1.3
normal
Versions
100%
of the crate is documented
Go to latest version
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
Module vec
Structs
?
Module
rkyv
::
vec
source
·
[
−
]
Expand description
An archived version of
Vec
.
Structs
ArchivedVec
An archived
Vec
.
RawArchivedVec
An archived
Vec
.
VecResolver
The resolver for
ArchivedVec
.