Module writer
Available on crate feature
dep_rkyv
only.Expand description
Writing backends for serializers.
Structs§
- Wraps a byte buffer and equips it with
Writer
.
Traits§
- A writer that knows its current position.
- A type that writes bytes to some output.
- Helper methods for
Writer
.