fstab-generate 0.1.2

Type for generating fstab entries
Documentation
1
2
3
4
5
6
7
extern crate disk_types;
extern crate partition_identity;

mod block;

pub use self::block::*;
pub use partition_identity::*;