weave-core 0.2.8

Entity-level semantic merge engine. Three-way merge at the function/class/method level instead of lines.
Documentation
1
2
3
4
5
6
7
fn main() {
    // libgit2-sys requires advapi32 on Windows for registry/security APIs
    let target_os = std::env::var("CARGO_CFG_TARGET_OS").unwrap_or_default();
    if target_os == "windows" {
        println!("cargo:rustc-link-lib=dylib=advapi32");
    }
}