//= { //= "output": { //= "1": [ //= "", //= true //= ], //= "2": [ //= "", //= true //= ] //= }, //= "children": [], //= "exit": "Success" //= } use constellation::*; use std::process; fn main() { init(Resources { mem: 20 * Mem::MIB, ..Resources::default() }); process::exit(0); }