lxc 0.5.0

Linux Containers API
Documentation

LXC

Build Status

Crate to play with LXC container in rust.

Usage

Add it to your dependencies:

[dependencies]
lxc = "0.5"

See demo.rs for a complete example.