rustgn

11 commits
Updated 2026-05-09 17:23:41
third_party/rust/once_cell_polyfill
third_party/rust/once_cell_polyfill/BUILD.gn
rust_static_library("once_cell_polyfill") {
    sources = [
        "//third_party/rust/vendor/once_cell_polyfill/src/lib.rs",
        "//third_party/rust/vendor/once_cell_polyfill/src/sync/mod.rs"
    ]
    crate_root = "//third_party/rust/vendor/once_cell_polyfill/src/lib.rs"
    deps = [
        
    ]
}