rustgn

11 commits
Updated 2026-05-09 17:23:41
third_party/rust/heck
third_party/rust/heck/BUILD.gn
rust_static_library("heck") {
    sources = [
        "//third_party/rust/vendor/heck/src/lib.rs",
        "//third_party/rust/vendor/heck/src/shouty_kebab.rs",
        "//third_party/rust/vendor/heck/src/kebab.rs",
        "//third_party/rust/vendor/heck/src/upper_camel.rs",
        "//third_party/rust/vendor/heck/src/title.rs",
        "//third_party/rust/vendor/heck/src/snake.rs",
        "//third_party/rust/vendor/heck/src/train.rs",
        "//third_party/rust/vendor/heck/src/lower_camel.rs",
        "//third_party/rust/vendor/heck/src/shouty_snake.rs"
    ]
    crate_root = "//third_party/rust/vendor/heck/src/lib.rs"
    deps = [
        
    ]
}