Module guest

Module guest 

Source

Functions§

alloc
Allocates a buffer of the specified length and returns a pointer to it.
dealloc
Deallocates a buffer previously allocated by the alloc function.
read_msg
Deserializes a value using bincode from a combined representation.
write_msg
Serializes a value using bincode and returns a combined representation.