[](https://gitlab.com/sanpi/lxc-rs/commits/main)
Crate to play with [LXC container](https://linuxcontainers.org/lxc/) in rust.
Add it to your dependencies:
```toml
[dependencies]
lxc = "0.5"
```
See [demo.rs](examples/demo.rs) for a complete example.