Currently a big pile of pieces, someday this could be a nice library that provides a nice API to LVM that clients could use.
&mut self
as an argument).API Documentation generated by rustdoc.
```rust use melvin::lvmetad;
let mut vgs = lvmetad::vgsfromlvmetad().expect("could not get vgs from lvmetad"); let mut vg = vgs.pop().expect("no vgs in vgs");
println!("first vg name = {} uuid = {}", vg.name, vg.id); ```
GitHub used for pull requests and issue tracking