git-internal 0.7.3

High-performance Rust library for Git internal objects, Pack files, and AI-assisted development objects (Intent, Plan, Task, Run, Evidence, Decision) with delta compression, streaming I/O, and smart protocol support.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# @generated by `cargo buckal`

load("@prelude//cfg/modifier:set_cfg_modifiers.bzl", "set_cfg_modifiers")
load("@prelude//rust:with_workspace.bzl", "with_rust_workspace")
load("@buckal//config:set_cfg_constructor.bzl", "set_cfg_constructor")

ALIASES = {
    "debug": "buckal//config/mode:debug",
    "release": "buckal//config/mode:release",
}
set_cfg_constructor(aliases = ALIASES)

set_cfg_modifiers(
    cfg_modifiers = [
        "buckal//config/mode:debug",
    ],
)