| Crates.io | melvin |
| lib.rs | melvin |
| version | 0.1.0 |
| created_at | 2015-08-13 22:57:30.25927+00 |
| updated_at | 2015-12-11 23:54:10.497015+00 |
| description | A library for configuring LVM |
| homepage | |
| repository | https://github.com/agrover/melvin |
| max_upload_size | |
| id | 2835 |
| size | 131,480 |
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.
use melvin::lvmetad;
let mut vgs = lvmetad::vgs_from_lvmetad().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