Module high
Available on crate feature
dep_rkyv
only.Expand description
APIs for environments where allocations can be made.
These APIs have default writers, automatically manage allocators, and support shared pointers.
Functions§
- Access a byte slice.
- Mutably access a byte slice.
- Access a byte slice with a given root position.
- Mutably access a byte slice with a given root position.
- Deserialize a value from the given archived value.
- Deserialize a value from the given bytes.
- Deserialize a value from the given bytes.
- Serialize a value to bytes.
- Serialize a value and write the bytes to the given writer.
- Serialize a value using the given allocator and write the bytes to the given writer.
- Serialize a value using the given allocator.
Type Aliases§
- A high-level deserializer.
- A high-level serializer.
- A high-level validator.