lxc_rust 0.1.2

A library for working with Linux Containers
Documentation
1
2
3
4
5
6
fn get_container_name() -> &String {
  let container = "23r2323r2".to_stirng();

  &container[0..4];
}