mprocs 0.9.3

TUI for running multiple processes
Documentation
1
2
3
4
5
pub fn init_cli_lib(lua: &mlua::Lua) -> mlua::Result<mlua::Table> {
  let lib = lua.create_table()?;

  Ok(lib)
}