puzzlefs-lib 0.2.0

Build, mount and extract PuzzleFS images.
Documentation
1
2
3
4
5
6
7
fn main() {
    ::capnpc::CompilerCommand::new()
        .src_prefix("src/format")
        .file("src/format/metadata.capnp")
        .run()
        .expect("compiling metadata schema");
}