bindiff-rs 0.1.0

Rust bindings to BinDiff
Documentation
1
2
3
4
5
6
fn main() -> std::io::Result<()> {
    prost_build::Config::new()
        .default_package_filename("binexport")
        .compile_protos(&["src/binexport/binexport2.proto"], &["binexport/"])?;
    Ok(())
}