Address
:
[go:
up one dir
,
main page
]
Include Form
Remove Scripts
Accept Cookies
Show Images
Show Referer
Rotate13
Base64
Strip Meta
Strip Title
Session Cookies
Docs.rs
rkyv-0.8.9
rkyv 0.8.9
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
djkoloski
Dependencies
arrayvec ^0.7
normal
optional
bytecheck ^0.8
normal
optional
bytes ^1
normal
optional
hashbrown ^0.15
normal
optional
hashbrown ^0.14
normal
optional
indexmap ^2
normal
optional
munge ^0.4
normal
ptr_meta ^0.3
normal
rancor ^0.1
normal
rend ^0.5
normal
rkyv_derive =0.8.9
normal
smallvec ^1
normal
optional
smol_str ^0.2
normal
optional
smol_str ^0.3
normal
optional
thin-vec ^0.2.12
normal
optional
tinyvec ^1
normal
optional
triomphe ^0.1
normal
optional
uuid ^1
normal
optional
ahash ^0.8
dev
divan ^0.1
dev
rustversion ^1
dev
trybuild ^1
dev
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
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
rkyv
0.8.9
Module ser
Module Items
Modules
Structs
Traits
In crate rkyv
rkyv
Module
ser
Copy item path
Source
Expand description
Serialization traits and adapters.
Modules
§
allocator
Allocators for serializers to use during serialization.
sharing
Shared pointer serialization.
writer
Writing backends for serializers.
Structs
§
Serializer
A serializer built from composeable pieces.
Traits
§
Allocator
A serializer that can allocate scratch space.
Positional
A writer that knows its current position.
Sharing
A shared pointer serialization strategy.
Sharing
Ext
Helper methods for
Sharing
.
Writer
A type that writes bytes to some output.
Writer
Ext
Helper methods for
Writer
.