blob: 44d42bed0f8cb33f064db95e6ceefe5aad9e8efe [file] [log] [blame]
"""Rust Bindgen rules"""
load(
"//bindgen/private:bindgen.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