| """Rust Bindgen rules legacy load path""" | |
| load( | |
| ":defs.bzl", | |
| _rust_bindgen = "rust_bindgen", | |
| _rust_bindgen_library = "rust_bindgen_library", | |
| _rust_bindgen_toolchain = "rust_bindgen_toolchain", | |
| ) | |
| rust_bindgen = _rust_bindgen | |
| rust_bindgen_library = _rust_bindgen_library | |
| rust_bindgen_toolchain = _rust_bindgen_toolchain |