blob: d73b40dedc8c8a59d0fdab3f0ca918e4e043991f [file] [log] [blame]
"""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