crx3-rs 0.2.1

Chrome extension CRX3 format parser and builder in Rust
Documentation
1
2
3
4
5
fn main() {
    prost_build::compile_protos(&["src/proto/crx3.proto"], &["src/proto"])
        .expect("Failed to compile protos");
    println!("cargo:rerun-if-changed=src/proto/crx3.proto");
}