# Functions

NewNodeMessenger creates a new messenger.
NewNodePart creates the Node part.
NewVMDriver creates a new driver.

# Structs

Config is the configuration for the driver and for Node's part.
NodeMessenger is the messenger on Node's part of the pipe.
NodePart is the endpoint that implements the message loop on Node's side.
VMDriver manages the execution of the VM process.

# Interfaces

ParentLogsPart defines the interface for the Node's part of the logging dialogue.