Functions§
- alloc
- Allocates a buffer of the specified length and returns a pointer to it.
- dealloc⚠
- Deallocates a buffer previously allocated by the
allocfunction. - read_
msg ⚠ - Deserializes a value using bincode from a combined representation.
- write_
msg - Serializes a value using bincode and returns a combined representation.