blob: 8bf59fe0cd1a80a9998ea35a48bef2cba4689ebd [file]
"""Disclaimer: This project is experimental, under heavy development, and should not
be used yet."""
load("@bazel_skylib//:bzl_library.bzl", "bzl_library")
package(default_applicable_licenses = ["//:license"])
licenses(["notice"])
bzl_library(
name = "cc_bindings_from_rust_rule_bzl",
srcs = ["cc_bindings_from_rust_rule.bzl"],
visibility = [
"//visibility:private", # Only private by automation, not intent. Owner may accept CLs adding visibility. See <internal link>.
],
)