Module process

Module process 

Source
Expand description

Handle process life-time and message passing for proc-macro client

Structsยง

ProcMacroServerProcess ๐Ÿ”’
Represents a process handling proc-macro communication.
Process ๐Ÿ”’
Manages the execution of the proc-macro server process.
ProcessSrvState ๐Ÿ”’
Maintains the state of the proc-macro server process.

Enumsยง

Protocol ๐Ÿ”’

Traitsยง

ProcessExit

Functionsยง

mk_child ๐Ÿ”’
Creates and configures a new child process for the proc-macro server.