Simple side-project to implement a Rust binary using LXC to run containers. Currently covers:
lxc-attach->rlxc exec <name> <command>...
lxc-start->rlxc start <name>
lxc-execute -> rlxc start <name> [command]lxc-stop->rlxc stoplxc-ls->rlxc listlxc-console->rlxc login <name>
as well as:
rlxc helprlxc version
For information about LXC see here.
