lxc 0.4.3

Linux Containers API
docs.rs failed to build lxc-0.4.3
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: lxc-0.8.0

LXC

Build Status

Crate to play with LXC container in rust.

Usage

Add it to your dependencies:

[dependencies]
lxc = "^0.4"

See demo.rs for a complete example.