macro_rules! decl_puppet_worker_main {
    () => { ... };
}
Expand description

Use this macro to declare a fn main() {} that will check the arguments and dispatch them to the appropriate worker, making the executable that can be used for spawning workers.